ClientScriptableObject.getWorld
Returns the worldId of a client scriptable object.
Kind: Function
Environments: Game
Game
clientScriptableObject:getWorld( scriptableObject )
Availability: Client only
Parameters:
| Name | Type | Description |
|---|---|---|
scriptableObject |
ScriptableObject | The scriptable object. |
Returns:
| Name | Type | Description |
|---|---|---|
world |
World | The world. |