LS2CodeBoxValue.h
From ismods.com: dedicated to promoting white hat, EULA-compliant Inner Space and LavishScript mods
LS2CodeBoxEnvironment.h is part of the LS2Module SDK. It is #included by LS2CodeBoxEnvironment.h and does not need to be specifically #included.
This file describes LS2CodeBoxValue and each of its standard descendants. The full source code is provided for some of the value types.
- LS2CodeBoxValue
- LS2CodeBoxValue_Boolean
- LS2CodeBoxValue_Single
- LS2CodeBoxValue_Double
- LS2CodeBoxValue_Decimal
- LS2CodeBoxValue_Null
- LS2CodeBoxValue_Single
- LS2CodeBoxValue_Int8
- LS2CodeBoxValue_Int16
- LS2CodeBoxValue_Int32
- LS2CodeBoxValue_Int64
- LS2CodeBoxValue_UInt8
- LS2CodeBoxValue_UInt16
- LS2CodeBoxValue_UInt32
- LS2CodeBoxValue_UInt64
- LS2CodeBoxValue_Enum
- LS2CodeBoxValue_Char
- LS2CodeBoxValue_String
- LS2CodeBoxValue_Binary
- LS2CodeBoxValue_Array
- LS2CodeBoxValue_Table
- LS2CodeBoxValue_Reference
- LS2CodeBoxValue_Object
- LS2CodeBoxValue_LS2ManagedObject
- LS2CodeBoxValue_Function
- LS2CodeBoxValue_Type
- LS2CodeBoxValue_Method
- LS2CodeBoxValue_StaticMethod
- LS2CodeBoxValue_Property
- LS2CodeBoxValue_StaticProperty
- LS2CodeBoxValue_Field
- LS2CodeBoxValue_StaticField
- LS2CodeBoxValue_Exception
- These generic types can be subclassed for your value types