Torque3D/Engine
marauder2k7 1721bd007e Adds a new FieldDescriptor struct
Use the field descriptor struct to add fields instead of the overloads
Adds a visibility function to control whether a field is visible in the inspector

EG:
ADD_FIELD("soundFile", TypeAssetLooseFilePath, Offset(mSoundFile, SoundAsset))
            .doc("Path to the sound file.")
            .elements(SFXPlayList::SFXPlaylistSettings::NUM_SLOTS)
            .onSet(&_setSoundFile);

the grammar can change to make these easier to work with, review changes carefully
2026-05-03 15:50:44 +01:00
..
bin add missing exe files 2024-05-01 15:54:03 +01:00
lib Update pngpriv.h 2026-01-01 12:13:12 +00:00
modules/Verve (Mostly) updated verve implementation. 2019-03-07 16:23:41 -06:00
source Adds a new FieldDescriptor struct 2026-05-03 15:50:44 +01:00
CMakeLists.txt * Adjustment: Initial CMake reworking. 2022-05-13 23:42:41 -04:00