ChangeFloor: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
No edit summary
No edit summary
 
Line 6: Line 6:
|id=ACC internal
|id=ACC internal
|seealso=
|seealso=
*[[ChangeCeiling]]}}
*[[ChangeCeiling]]
*[[SetSectorDamage]]}}

Latest revision as of 04:28, 2 January 2022

Description[edit]

This is an ACS built-in function.

Changes floor texture of tagged sectors.

Usage[edit]

void ChangeFloor(int tag, str texture)

Parameters[edit]

  • tag: tag of sectors whose floor textures to change
  • texture: name of texture to apply to tagged sectors

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]