Skip to content

Conversation

CrosRoad95
Copy link

Syntax: bool extinguishFireInRadius ( float x, float y, float z [, float radius = 1.0 ] )
There's nothing special to describe. Fire class has only 1 function, now has a new friend.

Example resource

start = {0, 0, 4}
for i=1,10 do
  createFire(start[1] + i,start[2], start[3])
end
extinguishFireInRadius(start[1], start[2], start[3], 20)

All created fires will disappear

@botder botder added the enhancement New feature or request label Jun 27, 2018
@botder botder merged commit 40118f7 into multitheftauto:master Jun 27, 2018
@patrikjuvonen patrikjuvonen added this to the 1.5.6 milestone Aug 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants