PorygonLang/src/UserData
Deukhoofd d8c67f2dde
Even better exception handling when we can't index an evalvalue
2019-09-07 13:21:35 +02:00
..
UserDataCollections Greatly simplify handling numerical eval values, using std::variant 2019-09-07 10:57:09 +02:00
RetrievedUserData.cpp Handling for when userdata is not defined yet, but might be defined later 2019-08-25 11:53:37 +02:00
RetrievedUserData.hpp Handling for when userdata is not defined yet, but might be defined later 2019-08-25 11:53:37 +02:00
UserData.cpp Support for setting userdata casting handling 2019-09-01 13:35:13 +02:00
UserData.hpp Support for setting userdata casting handling 2019-09-01 13:35:13 +02:00
UserDataField.cpp Large cleanup 2019-07-25 17:23:54 +02:00
UserDataField.hpp Improved performance when binding by reusing many common scripttype objects 2019-09-01 15:35:45 +02:00
UserDataFunction.cpp Setup for making script options non global if desired 2019-08-10 11:55:45 +02:00
UserDataFunction.hpp Setup for making script options non global if desired 2019-08-10 11:55:45 +02:00
UserDataFunctionType.cpp Implements userdata function support 2019-06-21 17:03:13 +02:00
UserDataFunctionType.hpp Improved performance when binding by reusing many common scripttype objects 2019-09-01 15:35:45 +02:00
UserDataOperation.cpp Setup basics for userdata binary operations 2019-06-27 16:48:19 +02:00
UserDataOperation.hpp Large cleanup 2019-07-25 17:23:54 +02:00
UserDataScriptType.cpp Support for setting userdata casting handling 2019-09-01 13:35:13 +02:00
UserDataScriptType.hpp Support for setting userdata casting handling 2019-09-01 13:35:13 +02:00
UserDataStorage.cpp Implements initial math library, several reworks for Userdata memory management 2019-08-17 14:42:48 +02:00
UserDataStorage.hpp Handling for when userdata is not defined yet, but might be defined later 2019-08-25 11:53:37 +02:00
UserDataTemplates.hpp Greatly simplify handling numerical eval values, using std::variant 2019-09-07 10:57:09 +02:00
UserDataValue.cpp Work on extern support for userdata functions 2019-06-21 23:07:17 +02:00
UserDataValue.hpp Even better exception handling when we can't index an evalvalue 2019-09-07 13:21:35 +02:00