Home
last modified time | relevance | path

Searched defs:has_explicit_light (Results 1 – 4 of 4) sorted by relevance

/dports/games/ags/ags_linux_v.3.4.4.1/Engine/ac/
H A Droomobject.h52 inline bool has_explicit_light() const { return (flags & OBJF_HASLIGHT) != 0; } in has_explicit_light() function
/dports/games/scummvm/scummvm-2.5.1/engines/ags/engine/ac/
H A Droom_object.h72 inline bool has_explicit_light() const { in has_explicit_light() function
/dports/games/ags/ags_linux_v.3.4.4.1/Common/ac/
H A Dcharacterinfo.h91 inline bool has_explicit_light() const { return (flags & CHF_HASLIGHT) != 0; } in has_explicit_light() function
/dports/games/scummvm/scummvm-2.5.1/engines/ags/shared/ac/
H A Dcharacter_info.h108 inline bool has_explicit_light() const { in has_explicit_light() function