C# Class Objective, home_nursing

Afficher le fichier Open project: ChristianHoj/home_nursing Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

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

Method Details

GetEnviromentInfo() public méthode

public GetEnviromentInfo ( string key ) : object
key string
Résultat object

GetLocationObject() public méthode

public GetLocationObject ( ) : GameObject
Résultat GameObject

GetStatus() public méthode

public GetStatus ( ) : string
Résultat string

SetEnviromentInfo() public méthode

public SetEnviromentInfo ( string key, object value ) : void
key string
value object
Résultat void

TriggerQuestEvent() public méthode

public TriggerQuestEvent ( string questEvent ) : bool
questEvent string
Résultat bool

Property Details

activeevent public_oe property

public string activeevent
Résultat string

completed public_oe property

public bool completed
Résultat bool

count public_oe property

public int count
Résultat int

description public_oe property

public string description
Résultat string

doneDescription public_oe property

public string doneDescription
Résultat string

locationObject public_oe property

public string locationObject
Résultat string

objectiveevent public_oe property

public string objectiveevent
Résultat string

open public_oe property

public bool open
Résultat bool

optional public_oe property

public bool optional
Résultat bool

playerCommands public_oe property

public Command[], playerCommands
Résultat Command[],

questevent public_oe property

public string questevent
Résultat string

questrequirement public_oe property

public string questrequirement
Résultat string