Method WorldObject:IsOutdoors [-] [+]
Returns true if the WorldObject is outdoors
Synopsis
isOutdoors = WorldObject:IsOutdoors()
Arguments
None.
Returns
boolean isOutdoors- See method description.
Returns true if the WorldObject is outdoors
isOutdoors = WorldObject:IsOutdoors()
None.
boolean isOutdoors
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).