View Single Post
01/06/16, 02:47 PM   #1
dominoid
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 34
What's the most CPU economical for location "fence"

What is the most CPU friendly way to setup a location radius fence? I want to do something when a player comes within a certain radius of an in-world object or location. I know I can use OnUpdate, but that should be avoided if possible right? So . . . is there another way? If not, what is the best way to throttle OnUpdate so its not too intensive?

TIA
  Reply With Quote