Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ GetOptions
Method
GetOptions
engine/ddf/src/ddf/ddf_loadcontext.h:51–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
void SetDynamicTypeBase(uint32_t offset);
50
51
inline uint32_t GetOptions()
52
{
53
return m_Options;
54
}
55
56
private:
57
dmHashTable32<uint32_t> m_ArrayCount;
Callers
8
SetString
Method · 0.80
AddString
Method · 0.80
SetBytes
Method · 0.80
is_resource_field
Function · 0.80
is_resource
Function · 0.80
is_resource
Function · 0.80
_validate_field
Function · 0.80
_scan_field
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected