Difference between revisions of "VisualEffect Script"
Jump to navigation
Jump to search
imported>Jog |
imported>CraftySentinel m (→Member Functions: Formatting Change) |
||
Line 19: | Line 19: | ||
== Member Functions == | == Member Functions == | ||
''' | {|class="wikitable" width =100% | ||
!style="text-align:left;"|Function | |||
!style="text-align:left;"|Description | |||
|- | |||
|[[Play - VisualEffect|'''Play'''(ObjectReference ''akObject'', Float ''afTime'', ObjectReference ''akFacingObject'')]] | |||
|Starts playing this visual effect on the specified object. | |||
|- | |||
|[[Stop - VisualEffect|'''Stop'''(ObjectReference ''akObject'')]] | |||
|Stops playing this visual effect on the specified object. | |||
|- | |||
|} | |||
== Events == | == Events == | ||
None | None |
Revision as of 05:42, 24 October 2013
Extends: Form Script
Script for the manipulation of visual effects.
Definition
ScriptName VisualEffect extends Form
Properties
None
Global Functions
None
Member Functions
Function | Description |
---|---|
Play(ObjectReference akObject, Float afTime, ObjectReference akFacingObject) | Starts playing this visual effect on the specified object. |
Stop(ObjectReference akObject) | Stops playing this visual effect on the specified object. |
Events
None