refreshDrawing

From RPTools Wiki
Revision as of 20:59, 5 February 2018 by Jagged (talk | contribs) (Created page with "{{MacroFunction |name=refreshDrawing |version=1.4.1.9 |trusted=true |description= The function causes the specified drawing to be updated on all of the clients connected to th...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

refreshDrawing() Function

 Note: This function can only be used in a Trusted Macro

Introduced in version 1.4.1.9
The function causes the specified drawing to be updated on all of the clients connected to the server. If this function is not invoked then the client maps will get out of sync.

Usage

refreshDrawing(mapName, drawingId)

Parameters

  • mapName - A string containing the name of the map.
  • drawingId - A string containing the id of the drawing. The easiest way to discover a drawing's Id is via the Draw Explorer interface.

Example

[h:setFillColor("Grasslands", "00000000CCF6B567CC00000000000000","blue")]
[h:refreshDrawing("Grasslands", "00000000CCF6B567CC00000000000000")]

See Also