Difference between revisions of "Scripting Tutorial: Working with FormLists"
Jump to navigation
Jump to search
m
Scripting Tutorial: Working with FormLists (edit)
Revision as of 09:10, 3 August 2009
, 09:10, 3 August 2009no edit summary
imported>Omzy |
imported>Omzy m |
||
Line 11: | Line 11: | ||
==FormList Functions== | ==FormList Functions== | ||
This table | This table lists the FormList functions currently available to modders: | ||
{|border="1" cellpadding="5" cellspacing="0" align="center" | {|border="1" cellpadding="5" cellspacing="0" align="center" | ||
Line 18: | Line 18: | ||
! style="background:#efefef;" | From FOSE | ! style="background:#efefef;" | From FOSE | ||
|- | |- | ||
|AddFormToFormList | |[[AddFormToFormList]] | ||
|ListAddForm | |[[ListAddForm]] | ||
|- | |- | ||
|IsInList | |[[IsInList]] | ||
|ListAddReference | |[[ListAddReference]] | ||
|- | |- | ||
|IsWeaponInList | |[[IsWeaponInList]] | ||
|ListRemoveForm | |[[ListRemoveForm]] | ||
|- | |- | ||
| | | | ||
|ListRemoveNthForm | |[[ListRemoveNthForm]] | ||
|- | |- | ||
| | | | ||
|ListReplaceForm | |[[ListReplaceForm]] | ||
|- | |- | ||
| | | | ||
|ListReplaceNthForm | |[[ListReplaceNthForm]] | ||
|- | |- | ||
| | | | ||
| | |[[ListGetNthForm]] | ||
|- | |- | ||
| | | | ||
| | |[[ListGetFormIndex]] | ||
|- | |- | ||
| | | | ||
| | |[[ListGetCount]] | ||
|} | |} | ||