Initializing help system before first use

getuid

getuid


Purpose
Get the user ID of a model.
Synopsis
function getuid(mo:Model):integer
Argument
mo 
A model
Return value
User ID of the model
Further information
A model can be associated with a user ID using setuid. This user ID may be used to identify the origin of an event (see getfromuid) or as a filter for a wait (see waitfor).
Related topics
Module