Jump to content

NN Chunk Format - MOTION: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

21 February 2025

  • curprev 10:4810:48, 21 February 2025 PTKay talk contribs 23,824 bytes +23,824 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
Cookies help us deliver our services. By using our services, you agree to our use of cookies.