- Found in:
- Dylbills PE
FormfunctionGetRandomFormFromRefJ(ObjectReferenceRef, int[]TypeArrayFilter=NONE, stringJsonFilePath="", stringListKeyName="", boolTypeFilterHasType=true, boolakListHasForm=true)Global
[DEV SERVER] Loading description...
Caveats
Parameters
int[]TypeArrayFilter=NONE
stringJsonFilePath=""
stringListKeyName=""
boolTypeFilterHasType=true
boolakListHasForm=true
Examples
Auto-Generated Example
ObjectReference myObjectReference__Ref
int[] myIntArray__TypeArrayFilter
string myString__JsonFilePath
string myString__ListKeyName
bool myBool__TypeFilterHasType
bool myBool__akListHasForm
Form returnedValue = DbMiscFunctions.GetRandomFormFromRefJ(myObjectReference__Ref, myIntArray__TypeArrayFilter, myString__JsonFilePath, myString__ListKeyName, myBool__TypeFilterHasType, myBool__akListHasForm)