Eyeon:Script/Reference/Applications/eyeonServer/Classes/Library/GetUser

From VFXPedia

< Eyeon:Script | Reference | Applications | eyeonServer | Classes | Library
Revision as of 14:01, 9 December 2006 by Peter (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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