WeatherMakerScriptIsLocalPlayer Method |
Get whether an object is the local player
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public static bool IsLocalPlayer(
Transform obj
)
Public Shared Function IsLocalPlayer (
obj As Transform
) As Boolean
public:
static bool IsLocalPlayer(
Transform^ obj
)
static member IsLocalPlayer :
obj : Transform -> bool
Parameters
- obj
- Type: Transform
Object
Return Value
Type:
BooleanTrue if local player, false otherwise
See Also