Difference between revisions of "Game Script"

106 bytes added ,  12:28, 15 September 2022
Added missing F4SE GetCameraState() function
imported>ShadeMe
(Add PluginInfo struct)
(Added missing F4SE GetCameraState() function)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
[[Category:Scripting]]
Collection of game-specific global functions.
[[Category:Papyrus]]
[[Category:Script Objects]]
Collection of game-specific global functions


== Definition ==
== Definition ==
Line 16: Line 13:


== F4SE Structs ==
== F4SE Structs ==
*Struct [[Owner PluginInfo - Game|PluginInfo]]
*Struct [[PluginInfo Struct - Game|PluginInfo]]
**A structure that holds information about a plugin.
**A structure that holds information about a plugin.


Line 250: Line 247:


== F4SE Global Functions ==
== F4SE Global Functions ==
*Int Function [[GetCameraState - Game|GetCameraState]]()
**Returns the current player camera state.
*ObjectReference Function [[GetCurrentConsoleRef - Game|GetCurrentConsoleRef]]()
*ObjectReference Function [[GetCurrentConsoleRef - Game|GetCurrentConsoleRef]]()
**Returns the current console reference.
**Returns the current console reference.
Line 284: Line 284:


== See Also ==
== See Also ==
[[Data_File|Data Files]]
*[[Data_File|Data Files]]
 
 
[[Category:Scripting]]
[[Category:Papyrus]]
[[Category:Script Objects]]
14

edits