ThingCountName

From Eternity Wiki
Jump to navigationJump to search

Description[edit]

This is an ACS built-in function.

Counts all things by name and possibly TID.

Usage[edit]

int ThingCountName(str type, int tid)

Parameters[edit]

  • type: name of thing (both Eternity and ZDoom-style names are supported)
  • tid: optional TID to filter by

Return value[edit]

Examples[edit]

No examples given.

Notes[edit]

No particular notes.

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

See also[edit]