Difference between revisions of "Game Script"
Jump to navigation
Jump to search
→Global Functions
imported>JLundin |
imported>JLundin |
||
Line 93: | Line 93: | ||
'''Form Function [[GetForm - Game|GetForm]](int aiFormID)''' | '''Form Function [[GetForm - Game|GetForm]](int aiFormID)''' | ||
*Obtains a [[Form Script|Form]] from the game by its form ID number. | *Obtains a [[Form Script|Form]] from the game by its form ID number. | ||
'''Form Function [[GetFormFromFile - Game|GetFormFromFile]](int aiFormID, string asFilename)''' | |||
*Obtains the form specified by its form ID number which originated in the specified file. | |||
'''float Function [[GetGameSettingFloat - Game|GetGameSettingFloat]](string asGameSetting)''' | '''float Function [[GetGameSettingFloat - Game|GetGameSettingFloat]](string asGameSetting)''' |