OpenSim.Region.Framework.Scenes.ScenePresence.StopFlying C# (CSharp) Method

StopFlying() public method

public StopFlying ( ) : void
return void
        public void StopFlying()
        {
            ControllingClient.StopFlying(this);
        }
ScenePresence