OpenMetaverse.AgentManager.GoHome C# (CSharp) 메소드

GoHome() 공개 메소드

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