Scaleform::GFx::Movie::SetArrayType
Scaleform::GFx::Movie::SetArrayType
enum SetArrayType {
SA_Int,
SA_Double,
SA_Float,
SA_String,
SA_StringW,
SA_Value
};
Description
SetArrayType sets the type of array.
Members
|
Members |
Description |
|
SA_Int |
Array of 'Int'. |
|
SA_Double |
|
|
SA_Float |
Array of 'Float' in memory. |
|
SA_String |
Array of 'const char*'. (Deprecated; use SA_Value) |
|
SA_StringW |
Array of 'const wchar_t*'. (Deprecated; use SA_Value) |
|
SA_Value |
|
File