Difference between revisions of "OnPlayerCameraState - ScriptObject"

added description
imported>Qazaaq
(removed incomplete)
imported>Qazaaq
(added description)
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:


Event called when the players camera state has changed.
Event called when the players camera state has changed.
Register this script with [[RegisterForCameraState - ScriptObject|RegisterForCameraState]] to receive the event.


== Syntax ==
== Syntax ==
Line 34: Line 35:
EndEvent
EndEvent
</source>
</source>


<source lang="papyrus">
<source lang="papyrus">
Scriptname Example extends ScriptObject
Scriptname Example


int FirstPersonState = 0 const
int FirstPersonState = 0 const
Line 87: Line 89:
     EndIf
     EndIf
EndEvent
EndEvent
</source>
</source>


Anonymous user