Spore ModAPI SDK for creating C++ mods for Spore
  1. Tutorials
  2. Namespaces
  1. Classes
  2. Files

Editors::cCreatureDataResource class
#include <Spore ModAPI/Spore/Editors/cCreatureDataResource.h>

Contents

  • Reference
    • Base classes
    • Public types
    • Public static variables
    • Public static functions
    • Constructors, destructors, conversion operators
    • Public variables

Base classes

class Resource::ResourceObject
A type of object that is used as a resource.

Public types

struct CapabilityTag
struct RigblockData
enum class RigblockDataType: int8_t { NullBlock = 0, Unk1 = 1, Standard = 2, Unk3 = 3, PlantRoot = 4, Vertebra = 5 }
enum Flags { kFlagNotUseSkin = 1, kFlagIsBaked = 8, kFlagIsFoot = 0x20, kFlagIsWeapon = 0x80, kFlagIsJiggable = 0x200, kFlagExtraJiggly = 0x800, kFlagIsAsymmetric = 0x1000 }

Public static variables

static const uint32_t TYPE

Public static functions

static auto Read(IO::IStream* stream, cCreatureDataResource* dst) -> bool
static auto Write(IO::IStream* stream, cCreatureDataResource* src) -> bool

Constructors, destructors, conversion operators

ASSERT_SIZE(RigblockData, 0x8C)

Public variables

int field_14
cEditorResourceProperties mProperties
eastl::vector<RigblockData> mRigblocks
eastl::vector<CapabilityTag> mCapabilityIDs
PCTP identifiers grouped in 4 characters, like 'spin', 'wing',...
eastl::vector<int8_t> mCapabilityLevels
eastl::vector<uint32_t> mAnimationIDs
eastl::vector<float> mAnimationValues
eastl::vector<float> mAnimationWeights
int field_110
eastl::vector<int> mEffects
Tab / T to search, Esc to close
…

Search for symbols, directories, files, pages or modules. You can omit any prefix from the symbol or file path; adding a : or / suffix lists all members of given symbol or directory.

Use ↓ / ↑ to navigate through the list, Enter to go. Tab autocompletes common prefix, you can copy a link to the result using ⌘ L while ⌘ M produces a Markdown link.

Sorry, nothing was found.

    Spore ModAPI SDK for creating C++ mods for Spore. Created with Doxygen 1.9.8 and m.css.