Property | Type | Description | |
---|---|---|---|
OnHighlightPrompt | HighlightPromptDelegation |
Method | Description | |
---|---|---|
GenUniqueId ( ) : int | ||
GetEntityById ( int id ) : |
||
GetEntityByUnitId ( int unitId ) : |
||
HighlightPrompt ( int userId, string dict ) : void | ||
HighlightPromptAll ( string dict ) : void | ||
ObjectSet ( int id, string name, object val ) : void | ||
ObjectTryGet ( int id, string name, object &val ) : bool | ||
ResetUniqueId ( ) : void |
public GetEntityByUnitId ( int unitId ) : |
||
unitId | int | |
return |
public HighlightPrompt ( int userId, string dict ) : void | ||
userId | int | |
dict | string | |
return | void |
public HighlightPromptAll ( string dict ) : void | ||
dict | string | |
return | void |
public ObjectSet ( int id, string name, object val ) : void | ||
id | int | |
name | string | |
val | object | |
return | void |
public ObjectTryGet ( int id, string name, object &val ) : bool | ||
id | int | |
name | string | |
val | object | |
return | bool |