Difference between revisions of "Game Script"
m
→SKSE Global Functions
imported>Wafflesalot (→SKSE Global Functions: Added links to GetModDependencyCount and GetNthModDependency.) |
imported>BlazesRus |
||
Line 313: | Line 313: | ||
'''int Function [[GetNthModDependency - Game|GetNthModDependency]](int modIndex, int n)''' | '''int Function [[GetNthModDependency - Game|GetNthModDependency]](int modIndex, int n)''' | ||
*Returns the mod index of the specified Dependency. | *Returns the mod index of the specified Dependency. | ||
'''int Function [[GetCameraState - Game|GetCameraState]]()''' | |||
*Returns the character's current camera state.(0 - first person;1 - auto vanity;2 - VATS;3 - free;4 - iron sights;5 - furniture;6 - transition;7 - tweenmenu;8 - third person 1;9 - third person 2;10 - horse;11 - bleedout;12 - dragon) | |||
== Member Functions == | == Member Functions == |