Méthode | Description | |
---|---|---|
GetObjectName ( RTSObjectType objectType ) : string |
Get a human-readable name for the given RTS object type.
|
|
GetObjectTypeFromName ( string objectName ) : RTSObjectType |
Get the corresponding RTSObjectType from its human-readable name.
|
public static GetObjectName ( RTSObjectType objectType ) : string | ||
objectType | RTSObjectType | The type of the object. |
Résultat | string |
public static GetObjectTypeFromName ( string objectName ) : RTSObjectType | ||
objectName | string | The human-readable name of the object. |
Résultat | RTSObjectType |