readonly int Character.ID
Gets the character's ID number. This is the character's number from the editor, and is
useful if you need to interoperate with legacy code that uses the character's number
rather than name.
Example:
MoveCharacter(cEgo.ID, 100, 50);
uses the obsolete MoveCharacter function to move EGO to (100, 50)
|