C# Class OpenSim.Region.OptionalModules.World.NPC.NPCModule

Inheritance: INPCModule, ISharedRegionModule
Afficher le fichier Open project: openmetaversefoundation/fortis-opensim Class Usage Examples

Méthodes publiques

Méthode Description
Autopilot ( UUID agentID, Scene scene, System.Vector3 pos ) : void
Close ( ) : void
CreateNPC ( string firstname, string lastname, System.Vector3 position, Scene scene, UUID cloneAppearanceFrom ) : UUID
DeleteNPC ( UUID agentID, Scene scene ) : void
Initialise ( Scene scene, IConfigSource source ) : void
PostInitialise ( ) : void
Say ( UUID agentID, Scene scene, string text ) : void

Private Methods

Méthode Description
GetAppearance ( UUID target, Scene scene ) : AvatarAppearance
m_timer_Elapsed ( object sender, System e ) : void

Method Details

Autopilot() public méthode

public Autopilot ( UUID agentID, Scene scene, System.Vector3 pos ) : void
agentID UUID
scene OpenSim.Region.Framework.Scenes.Scene
pos System.Vector3
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

CreateNPC() public méthode

public CreateNPC ( string firstname, string lastname, System.Vector3 position, Scene scene, UUID cloneAppearanceFrom ) : UUID
firstname string
lastname string
position System.Vector3
scene OpenSim.Region.Framework.Scenes.Scene
cloneAppearanceFrom UUID
Résultat UUID

DeleteNPC() public méthode

public DeleteNPC ( UUID agentID, Scene scene ) : void
agentID UUID
scene OpenSim.Region.Framework.Scenes.Scene
Résultat void

Initialise() public méthode

public Initialise ( Scene scene, IConfigSource source ) : void
scene OpenSim.Region.Framework.Scenes.Scene
source IConfigSource
Résultat void

PostInitialise() public méthode

public PostInitialise ( ) : void
Résultat void

Say() public méthode

public Say ( UUID agentID, Scene scene, string text ) : void
agentID UUID
scene OpenSim.Region.Framework.Scenes.Scene
text string
Résultat void