PolyWait

From Eternity Wiki
Jump to navigationJump to search

Description[edit]

This is an ACS built-in function.

Wait for tagged polyobject to finish movement before continuing script.

Usage[edit]

void PolyWait(int polyid)

Parameters[edit]

  • polyid: ID of polyobject

Return value[edit]

Examples[edit]

No examples given.

Notes[edit]

Be careful with override actions.

This function's identification in zspecial.acs is: ACC internal.

See also[edit]