MCPcopy Create free account
hub / github.com/anjo76/angelscript / asGetLibraryOptions

Function asGetLibraryOptions

sdk/angelscript/source/as_scriptengine.cpp:80–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80AS_API const char * asGetLibraryOptions()
81{
82 const char *string = " "
83
84 // Options
85#ifdef AS_MAX_PORTABILITY
86 "AS_MAX_PORTABILITY "
87#endif
88#ifdef AS_DEBUG
89 "AS_DEBUG "
90#endif
91#ifdef AS_NO_CLASS_METHODS
92 "AS_NO_CLASS_METHODS "
93#endif
94#ifdef AS_USE_DOUBLE_AS_FLOAT
95 "AS_USE_DOUBLE_AS_FLOAT "
96#endif
97#ifdef AS_64BIT_PTR
98 "AS_64BIT_PTR "
99#endif
100#ifdef AS_NO_THREADS
101 "AS_NO_THREADS "
102#endif
103#ifdef AS_NO_ATOMIC
104 "AS_NO_ATOMIC "
105#endif
106#ifdef AS_NO_COMPILER
107 "AS_NO_COMPILER "
108#endif
109#ifdef AS_NO_MEMBER_INIT
110 "AS_NO_MEMBER_INIT "
111#endif
112#ifdef AS_NO_THISCALL_FUNCTOR_METHOD
113 "AS_NO_THISCALL_FUNCTOR_METHOD "
114#endif
115#ifdef AS_NO_EXCEPTIONS
116 "AS_NO_EXCEPTIONS "
117#endif
118#ifdef WIP_16BYTE_ALIGN
119 "WIP_16BYTE_ALIGN "
120#endif
121#ifdef AS_BIG_ENDIAN
122 "AS_BIG_ENDIAN "
123#endif
124
125 // Target system
126#ifdef AS_WIN
127 "AS_WIN "
128#endif
129#ifdef AS_LINUX
130 "AS_LINUX "
131#endif
132#ifdef AS_MAC
133 "AS_MAC "
134#endif
135#ifdef AS_SUN
136 "AS_SUN "
137#endif

Callers 15

ConfigureEngineFunction · 0.85
ConfigureEngineFunction · 0.85
ConfigureEngineFunction · 0.85
WriteConfigToStreamFunction · 0.85
RegisterScriptDictionaryFunction · 0.85
RegisterScriptFileSystemFunction · 0.85
RegisterScriptFileFunction · 0.85
RegisterScriptArrayFunction · 0.85
RegisterScriptSocketFunction · 0.85
RegisterScriptDateTimeFunction · 0.85
RegisterScriptWeakRefFunction · 0.85

Calls

no outgoing calls

Tested by 15

TestExecute1ArgFunction · 0.68
TestFunction · 0.68
TestReturnFFunction · 0.68
TestReturnDFunction · 0.68
TestExecute2ArgsFunction · 0.68
ReturnStringButExceptionFunction · 0.68
TestFunction · 0.68
TestFunction · 0.68
TestFunction · 0.68
TestFunction · 0.68
TestExecuteMixedArgsFunction · 0.68