C# Class Objective, home_nursing

Datei anzeigen 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_oe property

public string activeevent
return string

completed public_oe property

public bool completed
return bool

count public_oe property

public int count
return int

description public_oe property

public string description
return string

doneDescription public_oe property

public string doneDescription
return string

locationObject public_oe property

public string locationObject
return string

objectiveevent public_oe property

public string objectiveevent
return string

open public_oe property

public bool open
return bool

optional public_oe property

public bool optional
return bool

playerCommands public_oe property

public Command[], playerCommands
return Command[],

questevent public_oe property

public string questevent
return string

questrequirement public_oe property

public string questrequirement
return string