Jump to content

/WFlush: Difference between revisions

From fCraft Wiki
Zaneo (talk | contribs)
Added basic page. Still needs permission, and a cleanup of the alert. Not sure what related commands use.
 
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{CommandBox
{{CommandBox
|name=WFlush
|name=WFlush
|purpose=Speeds up draw commands, by doing all changes at once an forcing players to rejoin map.
|purpose=Completes all draw commands and reloads the map.
|aliases=
|aliases=Flush
|uses=/WFlush
|uses=/WFlush
/WFlush World
|cat=Building
|cat=Building
|perm={{rperm|WorldFlush}}
|perm={{rperm|FlushWorlds}}
|console=No
|console=Sometimes
|v=0.435
|v=0.443
|}}
|}}
Reloads the map to apply all pending drawing commands, forces all connected players rejoin the map. This is advised for large drawing operations as it allows them to complete extremely quickly.
==<code>/WFlush</code>==
:Flushes current map. Not usable from console.
==<code>/WFlus WorldName</code>==
:Flushes specified map. Usable from console.


Reloads the current world to apply all pending drawing commands, forces all connected players rejoin the map. This is advised for large drawing operations as it allows them to complete extremely quickly.
{{alert|If multiple draw commands are queued up and they intersect, unexpected results/artifacts may be produced.}}
{{alert|If multiple draw commands are queued up and they intersect, unexpected results/artifacts may be produced.}}
{{LastUpdated|2000}}

Latest revision as of 07:30, 31 May 2013

Command
WFlush

Completes all draw commands and reloads the map.

AliasesFlush
Usage

/WFlush

/WFlush World

CategoryBuilding
Required permissionsFlushWorlds
Usable from console?Sometimes
Introduced infCraft 0.443

Reloads the map to apply all pending drawing commands, forces all connected players rejoin the map. This is advised for large drawing operations as it allows them to complete extremely quickly.

/WFlush

Flushes current map. Not usable from console.

/WFlus WorldName

Flushes specified map. Usable from console.


If multiple draw commands are queued up and they intersect, unexpected results/artifacts may be produced.