Main public logs
Appearance
Combined display of all available logs of HedgeDocs. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 10:48, 21 February 2025 PTKay talk contribs created page NN Chunk Format - MOTION (Created page with "== NNF_MOTIONTYPE == Types and flags for a NNS_MOTION struct.<syntaxhighlight lang="cpp"> enum NNF_MOTIONTYPE : uint32_t { // -- Masks -- // Apply this mask to get the Motion Type. NND_MOTIONTYPE_CATEGORY_MASK = 31, // Apply this mask to get the Repeat Type. NND_MOTIONTYPE_REPEAT_MASK = 0x1F0040U, // -- Motion Types -- NND_MOTIONTYPE_NODE = 1, NND_MOTIONTYPE_CAMERA = 2, NND_MOTIONTYPE_LIGHT = 4, NND_MOTIONT...") Tag: Visual edit