Difference between revisions of "Action Script"

imported>Scrivener07
 
(One intermediate revision by one other user not shown)
Line 5: Line 5:
'''Extends:''' [[Form Script]]
'''Extends:''' [[Form Script]]


Script for the manipulation of action base objects. Actions are the "animations" you see in the "idle manager".
Script for this base object.
 
== Definition ==
<source lang="java">
ScriptName Action extends Form
</source>


== Properties ==
== Properties ==
None
This script does not contain any properties.
 
== Global Functions ==
None


== Member Functions ==
== Functions ==
None
This script does not contain any functions.


== Events ==
== Events ==
None
This script does not contain any events.

Latest revision as of 17:41, 15 December 2021


Extends: Form Script

Script for this base object.

PropertiesEdit

This script does not contain any properties.

FunctionsEdit

This script does not contain any functions.

EventsEdit

This script does not contain any events.