[dismiss]
This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.
TypeOf
Jump to navigation
Jump to search
< [[::Category:Functions|Category:Functions]]
A function added by the Oblivion Script Extender.
Syntax:
(type:string) TypeOf expr
Returns a string representing the type of an expression.
This is mainly useful for determining the type of an array element at run-time.
Possible return values: "String", "Number", "Form", "Array", "StringMap", "Map".