C# 클래스 Aura.Channel.World.Entities.RpCharacter

Role-playing character, controlled by players.
상속: Aura.Channel.World.Entities.PlayerCreature
파일 보기 프로젝트 열기: aura-project/aura 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

End() 공개 메소드

Ends RP session.
public End ( ) : void
리턴 void

RpCharacter() 공개 메소드

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.
리턴 Aura.Channel.Network

Start() 공개 메소드

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