MCPcopy Create free account
hub / github.com/crownengine/crown / id_mask

Function id_mask

src/resource/expression_language.cpp:35–38  ·  view source on GitHub ↗

Returns the id part of the byte code word.

Source from the content-addressed store, hash-verified

33
34 /// Returns the id part of the byte code word.
35 static inline unsigned id_mask(unsigned i)
36 {
37 return i & 0x000fffff;
38 }
39
40 /// Opcodes for functions
41 enum OpCode

Callers 1

runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected