Eyeon:Script/Reference/Applications/eyeonServer/Classes/Library/GetUser
From VFXPedia
< Eyeon:Script | Reference | Applications | eyeonServer | Classes | Library
Contents |
library : GetUser()
Arguments
GetUser(name)
- string(required, String)
The name of the user you wish to have more information about.
Returns
A table containing information about the user passed into name.
Remarks
No Remarks.
Requirements
- eyeonScript 5.01
- Fusion 5.01
Examples
es = eyeonServer("localhost")
lib = es:OpenLibrary("Library", "Kane", "Rosebud")
admin = lib:GetUser("Administrator")
dump(admin)
Tips for GetUser (edit)
EyeonTips:Script/Reference/Applications/eyeonServer/Classes/Library/GetUser