mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
parent
3f271564e0
commit
2c4cf508a9
5 changed files with 51 additions and 0 deletions
|
@ -410,6 +410,11 @@ public:
|
|||
return m_address_name;
|
||||
}
|
||||
|
||||
inline u64 getCSMRestrictionFlags() const
|
||||
{
|
||||
return m_csm_restriction_flags;
|
||||
}
|
||||
|
||||
inline bool checkCSMRestrictionFlag(CSMRestrictionFlags flag) const
|
||||
{
|
||||
return m_csm_restriction_flags & flag;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue