프로퍼티 | 타입 | 설명 | |
---|---|---|---|
instance | StringController, |
메소드 | 설명 | |
---|---|---|
GetFormattedObjectNameUW ( ObjectInteraction, objInt ) : string |
Gets the formatted object name for the specified object. Takes into account quantity.
|
|
GetFormattedObjectNameUW ( ObjectInteraction, objInt, int Quantity ) : string |
Gets the formatted object name for the passed object and a specified quantity.
|
|
GetFormattedObjectNameUW ( ObjectInteraction, objInt, string QualityString ) : string |
Gets the formatted object name with a description of its qualty. (EG smell fish.)
|
|
GetObjectNounUW ( ObjectInteraction, objInt ) : string |
Gets the object noun for a passed object
|
|
GetObjectNounUW ( int item_id ) : string |
Gets the object noun for the specified item id.
|
|
GetSimpleObjectNameUW ( ObjectInteraction, objInt ) : string |
Gets the simple object name for the pass object.
|
|
GetSimpleObjectNameUW ( int item_id ) : string |
Gets the simple object name without quantity
|
|
GetString ( int BlockNo, int StringNo ) : string |
Gets the string at the specified numbers
|
|
GetTextureName ( int index ) : string |
Gets the name of the texture of the wall/floor looked at.
|
|
InitStringController ( string StringFilePath ) : bool |
Inits the string controller.
|
|
TextureDescription ( int index ) : string |
Gets the description for the texture looked at.
|
메소드 | 설명 | |
---|---|---|
Awake ( ) : void | ||
Load ( string fileName ) : bool |
Load the strings in from an external txt file. Parses the values into the hashtable.
|
public GetFormattedObjectNameUW ( ObjectInteraction, objInt ) : string | ||
objInt | ObjectInteraction, | Object int. |
리턴 | string |
public GetFormattedObjectNameUW ( ObjectInteraction, objInt, int Quantity ) : string | ||
objInt | ObjectInteraction, | Object int. |
Quantity | int | Quantity that I want to display |
리턴 | string |
public GetFormattedObjectNameUW ( ObjectInteraction, objInt, string QualityString ) : string | ||
objInt | ObjectInteraction, | Object int. |
QualityString | string | Quality string. |
리턴 | string |
public GetObjectNounUW ( ObjectInteraction, objInt ) : string | ||
objInt | ObjectInteraction, | Object int. |
리턴 | string |
public GetObjectNounUW ( int item_id ) : string | ||
item_id | int | Item identifier. |
리턴 | string |
public GetSimpleObjectNameUW ( ObjectInteraction, objInt ) : string | ||
objInt | ObjectInteraction, | Object int. |
리턴 | string |
public GetSimpleObjectNameUW ( int item_id ) : string | ||
item_id | int | Item identifier. |
리턴 | string |
public GetString ( int BlockNo, int StringNo ) : string | ||
BlockNo | int | Block no. |
StringNo | int | String no. |
리턴 | string |
public InitStringController ( string StringFilePath ) : bool | ||
StringFilePath | string | String file path. |
리턴 | bool |
public TextureDescription ( int index ) : string | ||
index | int | Index. |
리턴 | string |