KBEngine.Entity.onControlled C# (CSharp) Method

onControlled() public method

This callback method is called when the local entity control by the client has been enabled or disabled. See the Entity.controlledBy() method in the CellApp server code for more infomation.
public onControlled ( bool isControlled_ ) : void
isControlled_ bool
return void
        public virtual void onControlled(bool isControlled_)
        {
        }