Sinespace Client 2025.3.19431
Client-side scripting for Sinespace
|
Public Member Functions | |
bool | StoreCustomData (string data) |
Whether store the customdata or not. | |
void | Use () |
Use the item but this only works on white label grids. | |
void | Delete (int amount=1) |
Delete the item. | |
Properties | |
long | MasterID [get] |
Return the itemID of the item. | |
long | PlayerItemID [get] |
Return the PlayerItemID of the item. | |
string | Name [get] |
Return the Name of the item. | |
string | Description [get] |
Return the Description of the item. | |
string | Brand [get] |
Return the Brand of the item. | |
string | CustomData [get] |
Return the StoredDataString of the item. | |
void SineSpace.Scripting.Player.SInventoryItem.Delete | ( | int | amount = 1 | ) |
Delete the item.
bool SineSpace.Scripting.Player.SInventoryItem.StoreCustomData | ( | string | data | ) |
Whether store the customdata or not.
data | The customization data |
void SineSpace.Scripting.Player.SInventoryItem.Use | ( | ) |
Use the item but this only works on white label grids.
|
get |
Return the Brand of the item.
|
get |
Return the StoredDataString of the item.
|
get |
Return the Description of the item.
|
get |
Return the itemID of the item.
|
get |
Return the Name of the item.
|
get |
Return the PlayerItemID of the item.