CheckActorCeilingTexture

From Eternity Wiki
Revision as of 15:23, 1 November 2021 by Printz (talk | contribs) (Created page with "{{ACSFunction|description=Checks if a ceiling texture above a tagged's thing matches name. |usage=int CheckActorCeilingTexture(int tid, str texture) |parameters=*tid: tag of t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Description[edit]

This is an ACS built-in function.

Checks if a ceiling texture above a tagged's thing matches name.

Usage[edit]

int CheckActorCeilingTexture(int tid, str texture)

Parameters[edit]

  • tid: tag of thing to check
  • texture: name of texture to check

Return value[edit]

TRUE if the ceiling texture matches

Examples[edit]

No examples given.

Notes[edit]

No particular notes.

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

See also[edit]