Call RemoveRect - question

Status
Not open for further replies.
Level 22
Joined
Mar 16, 2008
Messages
1,018
if i have a region variable

and i do Call RemoveRect(udg_regionvariable)

will that 1) delete the region off the map? or 2) delete the variable? or 3) delete what the variable is set to and keep the variable and region on the map?

does that make sense?
 
the region will continue to exist on the map with that command. it only clears what that variable is set to. correct?

  • Custom script: call RemoveRect(udg_recent_defeated_king_base)
  • Set VariableSet recent_defeated_king_base = Red king base <gen>
 
Status
Not open for further replies.
Back
Top