search
in the
blog
c4script function list
c4script reference
c4script function list (DE)
c4script reference (DE)
bugtracker
forum
hg changelog
hg resources changelog
website
Home
FAQ
About
Download
Latest Release
Development Snapshot
Archive
Forum
Development
Bugtracker
Repository
Resource Repository
Documentation
C4Script Reference
Blog
GetType
Category:
Variables
Since engine version:
5.1 OC
Description
Returns the data type of a passed value.
Syntax
int
GetType(
any
Value);
Parameter
Value:
Data of which to determine the type.
See also:
C4V_Array
,
C4V_Bool
,
C4V_C4Object
,
C4V_Int
,
C4V_Nil
,
C4V_PropList
,
C4V_String
PeterW, 2003-06