Difference between revisions of "OnPlayerCameraState - ScriptObject"

added description
imported>Qazaaq
m
imported>Qazaaq
(added description)
 
(One intermediate revision 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">
Line 87: Line 89:
     EndIf
     EndIf
EndEvent
EndEvent
</source>
</source>


Anonymous user