C# Class Objective, home_nursing

Show file Open project: ChristianHoj/home_nursing Class Usage Examples

Public Properties

Property Type Description
activeevent string
completed bool
count int
description string
doneDescription string
locationObject string
objectiveevent string
open bool
optional bool
playerCommands Command[],
questevent string
questrequirement string

Public Methods

Method Description
GetEnviromentInfo ( string key ) : object
GetLocationObject ( ) : GameObject
GetStatus ( ) : string
SetEnviromentInfo ( string key, object value ) : void
TriggerQuestEvent ( string questEvent ) : bool

Method Details

GetEnviromentInfo() public method

public GetEnviromentInfo ( string key ) : object
key string
return object

GetLocationObject() public method

public GetLocationObject ( ) : GameObject
return GameObject

GetStatus() public method

public GetStatus ( ) : string
return string

SetEnviromentInfo() public method

public SetEnviromentInfo ( string key, object value ) : void
key string
value object
return void

TriggerQuestEvent() public method

public TriggerQuestEvent ( string questEvent ) : bool
questEvent string
return bool

Property Details

activeevent public property

public string activeevent
return string

completed public property

public bool completed
return bool

count public property

public int count
return int

description public property

public string description
return string

doneDescription public property

public string doneDescription
return string

locationObject public property

public string locationObject
return string

objectiveevent public property

public string objectiveevent
return string

open public property

public bool open
return bool

optional public property

public bool optional
return bool

playerCommands public property

public Command[], playerCommands
return Command[],

questevent public property

public string questevent
return string

questrequirement public property

public string questrequirement
return string