ClientScriptableObject.getId
Returns the id of a client scriptable object.
Kind: Function
Environments: Game
Game
clientScriptableObject:getId( )
Availability: Client only
Parameters:
| Name | Type | Description |
|---|---|---|
clientScriptableObject |
ClientScriptableObject | The scriptable object. |
Returns:
| Name | Type | Description |
|---|---|---|
id |
number | The clientScriptableObject id. |