Difference between revisions of "Scripting Tutorial: Working with FormLists"
Scripting Tutorial: Working with FormLists (edit)
Revision as of 19:39, 2 August 2009
, 19:39, 2 August 2009no edit summary
imported>Omzy |
imported>Omzy |
||
Line 11: | Line 11: | ||
==FormList Functions== | ==FormList Functions== | ||
This table shows all the FormList functions currently available to modders: | |||
{|border="1" cellpadding="5" cellspacing="0" align="center" | |||
|- | |||
! style="background:#efefef;" | From the GECK | |||
! style="background:#efefef;" | From FOSE | |||
|- | |||
|AddFormToFormList | |||
|ListAddForm | |||
|- | |||
|IsInList | |||
|ListAddReference | |||
|- | |||
|IsWeaponInList | |||
|ListRemoveForm | |||
|- | |||
| | |||
|ListRemoveNthForm | |||
|- | |||
| | |||
|ListReplaceForm | |||
|- | |||
| | |||
|ListReplaceNthForm | |||
|- | |||
| | |||
|ListGetForm | |||
|- | |||
| | |||
|ListGetNthForm | |||
|- | |||
| | |||
|ListGetFormIndex | |||
|- | |||
| | |||
|ListGetCount | |||
|} | |||
==Modifying FormLists== | ==Modifying FormLists== |