GetPixelFormatItems Data Member Function

Populates a <StrList> and <Int32Array> with texture format item names and indices.

Prototype

int32 GetPixelFormatItems( StrList p_slItems, Int32Array p_aiIndices )

Parameters

Parameter Type Parameter Name Documentation
<StrList>p_slItemsThe <StrList> you wish to populate with texture format item names.
<Int32Array>p_aiIndicesThe <Int32Array> you wish to populate with texture format item indices.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.