ChangeFloor: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(Created page with "{{ACSFunction|description=Changes floor texture of tagged sectors. |usage=''void'' '''ChangeFloor'''(''int tag'', ''str texture'') |parameters= *''tag'': tag of sectors whose...")
 
No edit summary
Line 4: Line 4:
*''tag'': tag of sectors whose floor textures to change
*''tag'': tag of sectors whose floor textures to change
*''texture'': name of texture to apply to tagged sectors
*''texture'': name of texture to apply to tagged sectors
|id=ACC internal}}
|id=ACC internal
|seealso=
*[[ChangeCeiling]]}}

Revision as of 04:57, 1 January 2022

Description

This is an ACS built-in function.

Changes floor texture of tagged sectors.

Usage

void ChangeFloor(int tag, str texture)

Parameters

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

Return value

Examples

No examples given.

Notes

No particular notes.

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

See also