MLAPI API Reference
MLAPI API Reference
MLAPI
NetworkedBehaviour Class
NetworkedBehaviour Methods
GetBehaviour Method
GetBehaviourId Method
GetNetworkedObject Method
InvokeClientRpc Method
InvokeClientRpcOnClient Method
InvokeClientRpcOnEveryone Method
InvokeClientRpcOnEveryoneExcept Method
InvokeClientRpcOnOwner Method
InvokeServerRpc Method
NetworkStart Method
OnDestroyed Method
OnDisabled Method
OnEnabled Method
OnGainedOwnership Method
OnLostOwnership Method
OnSyncVarUpdate Method
NetworkedBehaviour
GetBehaviourId Method
[This is preliminary documentation and is subject to change.]
Gets behaviourId for this NetworkedBehaviour on this NetworkedObject
Namespace:
MLAPI
Assembly:
MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
ushort
GetBehaviourId
()
Request Example
View Source
Return Value
Type:
UInt16
The behaviourId for the current NetworkedBehaviour
See Also
Reference
NetworkedBehaviour Class
MLAPI Namespace