Method Map:GetWorldObject [-] [+]
Returns a WorldObject by its GUID from the map if it is spawned.
Synopsis
Map:GetWorldObject( guid )
Arguments
uint64 guid
- See method description.
Returns
Nothing.
Returns a WorldObject by its GUID from the map if it is spawned.
Map:GetWorldObject( guid )
uint64 guid
Nothing.
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
(or str
), enum
,
trait
, typedef
(or
tdef
).