Functions | |
void | Array_Insert_Flt (string tag, int index, float element, object obj=OBJECT_INVALID) |
void | Array_Insert_Int (string tag, int index, int element, object obj=OBJECT_INVALID) |
void | Array_Insert_Obj (string tag, int index, object element, object obj=OBJECT_INVALID) |
void | Array_Insert_Str (string tag, int index, string element, object obj=OBJECT_INVALID) |
void | NWNX_Data_Array_Insert_Flt (object obj, string tag, int index, float element) |
void | NWNX_Data_Array_Insert_Int (object obj, string tag, int index, int element) |
void | NWNX_Data_Array_Insert_Obj (object obj, string tag, int index, object element) |
void | NWNX_Data_Array_Insert_Str (object obj, string tag, int index, string element) |
void Array_Insert_Flt | ( | string | tag, |
int | index, | ||
float | element, | ||
object | obj = OBJECT_INVALID |
||
) |
Definition at line 358 of file inc_array.nss.
void Array_Insert_Int | ( | string | tag, |
int | index, | ||
int | element, | ||
object | obj = OBJECT_INVALID |
||
) |
Definition at line 363 of file inc_array.nss.
void Array_Insert_Obj | ( | string | tag, |
int | index, | ||
object | element, | ||
object | obj = OBJECT_INVALID |
||
) |
Definition at line 368 of file inc_array.nss.
void Array_Insert_Str | ( | string | tag, |
int | index, | ||
string | element, | ||
object | obj = OBJECT_INVALID |
||
) |
Definition at line 339 of file inc_array.nss.
void NWNX_Data_Array_Insert_Flt | ( | object | obj, |
string | tag, | ||
int | index, | ||
float | element | ||
) |
Definition at line 238 of file nwnx_data.nss.
void NWNX_Data_Array_Insert_Int | ( | object | obj, |
string | tag, | ||
int | index, | ||
int | element | ||
) |
Definition at line 244 of file nwnx_data.nss.
void NWNX_Data_Array_Insert_Obj | ( | object | obj, |
string | tag, | ||
int | index, | ||
object | element | ||
) |
Definition at line 250 of file nwnx_data.nss.
void NWNX_Data_Array_Insert_Str | ( | object | obj, |
string | tag, | ||
int | index, | ||
string | element | ||
) |
Definition at line 232 of file nwnx_data.nss.