OnCrosshairChange
Jump to navigation
Jump to search
< [[::Category:Functions|Category:Functions]]
A function added by the Lutana NVSE plugin.
Description
Event block type that calls the UDF when the ref under the crosshair changes. The crosshair ref is passed to the UDF.
Syntax
SetEventHandler "OnCrosshairChange" myUDF:userDefinedFunction
Example
SetEventHandler "OnCrosshairChange" MyUDF scn MyUDF ref crosshairRef begin function {crosshairRef} end function