Call

Revision as of 11:08, 19 February 2018 by imported>Lubronbrons (Created page with "{{Function | origin = OBSE | name = Call | summary = calls a user-defined function. Should be followed by a list of arguments matching the types expected by the function....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
< [[::Category:Functions|Category:Functions]]

A function added by the Oblivion Script Extender.

Syntax:

(multi:returnValue) Callref.Call function:ref arg1:multi arg2:multi ... arg10:multi

calls a user-defined function. Should be followed by a list of arguments matching the types expected by the function. If a calling reference is specified, commands within the function body will operate on that reference. Call returns whatever value is returned by the function.