Counter

From Eternity Wiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Counters are internal states of things and weapons. They are variables which can be freely set and tested in EDF frame definitions, using codepointers such as SetCounter or CounterJump. A thing has 8 counters, while a weapon has 3. They can also be set or queried in ACS using the SetActorProperty, GetActorProperty and CheckActorProperty functions.