C# Class Aura.Channel.World.Entities.RpCharacter

Role-playing character, controlled by players.
Inheritance: Aura.Channel.World.Entities.PlayerCreature
Mostrar archivo Open project: aura-project/aura Class Usage Examples

Public Methods

Method Description
End ( ) : void

Ends RP session.

RpCharacter ( ActorData actorData, Creature actor, string name ) : Aura.Channel.Network

Creates new RP character, based on actor data.

Start ( ) : void

Starts RP session, removing actor from world and adding the RP character.

Method Details

End() public method

Ends RP session.
public End ( ) : void
return void

RpCharacter() public method

Creates new RP character, based on actor data.
public RpCharacter ( ActorData actorData, Creature actor, string name ) : Aura.Channel.Network
actorData ActorData The data to base this character on.
actor Creature Character of the player who gets control over this RP character.
name string The RP character's full name, use null for default.
return Aura.Channel.Network

Start() public method

Starts RP session, removing actor from world and adding the RP character.
public Start ( ) : void
return void