OpenMetaverse.AgentManager.GoHome C# (CSharp) Method

GoHome() public method

Teleports agent to their stored home location
public GoHome ( ) : bool
return bool
        public bool GoHome()
        {
            return Teleport(UUID.Zero);
        }