C# Class EventActor, RPGQuest

Show file Open project: hughrogers/RPGQuest Class Usage Examples

Public Properties

Property Type Description
actor GameObject
dialogName string[]
fold bool
isPlayer bool
overrideName bool
showName bool

Public Methods

Method Description
EventActor ( ) : System.Collections
GetActor ( ) : GameObject
GetData ( ) : Hashtable
GetName ( ) : string
SetData ( Hashtable ht ) : void

Method Details

EventActor() public method

public EventActor ( ) : System.Collections
return System.Collections

GetActor() public method

public GetActor ( ) : GameObject
return GameObject

GetData() public method

public GetData ( ) : Hashtable
return Hashtable

GetName() public method

public GetName ( ) : string
return string

SetData() public method

public SetData ( Hashtable ht ) : void
ht Hashtable
return void

Property Details

actor public property

public GameObject actor
return GameObject

dialogName public property

public string[] dialogName
return string[]

fold public property

public bool fold
return bool

isPlayer public property

public bool isPlayer
return bool

overrideName public property

public bool overrideName
return bool

showName public property

public bool showName
return bool