OpenMetaverse.AgentManager.GoHome C# (CSharp) Méthode

GoHome() public méthode

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