- Found in:
- cLib
Description
Documentation String
Requirements: None
Documentation Comment
====== Leveled Item Lists
all items in the form must have the same level and count
Caveats
Parameters
Examples
Auto-Generated Example
LeveledItem myLeveledItem__aLeveledList
Form[] myFormArray__aArray
int myInt__level
int myInt__count
int returnedValue = clib.cArrayAddLVLI(myLeveledItem__aLeveledList, myFormArray__aArray, myInt__level, myInt__count)