Skip to content

Instantly share code, notes, and snippets.

View sohpeach's full-sized avatar
🥰

Sophie Wallace sohpeach

🥰
View GitHub Profile
/datum/controller/configuration
var
directory
warned_deprecated_configs
hiding_entries_by_type
list/entries
list/entries_by_type
list/maplist
datum/map_config/defaultmap
list/modes
struct UserData
{
void* data;
unsigned char type;
};
template <class T>
struct UserData_Value : UserData
{
T value;