PolyWait

From Eternity Wiki
Revision as of 03:12, 10 May 2026 by Printz (talk | contribs) (Created page with "{{ACSFunction|description=Wait for tagged polyobject to finish movement before continuing script. |usage=''void'' '''PolyWait'''(''int polyid'') |parameters= *''polyid'': ID of polyobject |notes= Be careful with override actions. |id=ACC internal}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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]