Aura.Channel.Scripting.Scripts.NpcScript.GetMoodString C# (CSharp) Метод

GetMoodString() публичный Метод

Gets the mood string for the current mood.
public GetMoodString ( ) : string
Результат string
		public string GetMoodString()
		{
			return this.GetMoodString(this.GetMood());
		}

Same methods

NpcScript::GetMoodString ( NpcMood mood ) : string