navUserStatusDefine (Function) |
Top Previous Next |
This function will define the textual description corresponding to a particular user status. If there is already a status item with the specified id, the status text is updated; otherwise the status text is added to the list. The user status list may contain up to 16 items.
Input: id : INT Unique ID to identify this user status.
text : STRING The textual description for this status. Max. 49 characters.
Returns: INT
Declaration: FUNCTION navUserStatusDefine : INT;
Example: INCLUDE rtcu.inc |