MCPcopy Create free account

hub / github.com/anjo76/angelscript / functions

Functions4,169 in github.com/anjo76/angelscript

↓ 1 callersFunctionasSetGlobalMemoryFunctions
interface
sdk/angelscript/source/as_memory.cpp:143
↓ 1 callersFunctionasStringEncodeUTF16
The function will encode the unicode code point into the outEncodedBuffer, and then return the length of the encoded value. If the input value is not
sdk/angelscript/source/as_string_util.cpp:347
↓ 1 callersFunctionasStringEncodeUTF8
The function will encode the unicode code point into the outEncodedBuffer, and then return the length of the encoded value. If the input value is not
sdk/angelscript/source/as_string_util.cpp:238
↓ 1 callersFunctionas_powi
sdk/angelscript/source/as_context.h:265
↓ 1 callersFunctionas_powi
sdk/angelscript/source/as_context.cpp:6547
↓ 1 callersFunctionatan2f
sdk/add_on/scriptmath/scriptmath.cpp:18
↓ 1 callersFunctionbuildSwitch
sdk/tests/test_build_performance/source/test_complex.cpp:25
↓ 1 callersFunctioncallMethodOfBar
sdk/tests/test_feature/source/test_scriptstruct.cpp:44
↓ 1 callersFunctioncfunction
sdk/tests/test_feature/source/testexecute4argsf.cpp:19
↓ 1 callersFunctioncfunction
sdk/tests/test_feature/source/testexecute.cpp:13
↓ 1 callersFunctionclass3
sdk/tests/test_feature/source/testcdecl_class.cpp:57
↓ 1 callersFunctionclass3ByVal
sdk/tests/test_feature/source/testcdecl_class.cpp:80
↓ 1 callersFunctionconstructor
sdk/tests/test_feature/source/test_unsaferef.cpp:58
↓ 1 callersFunctioncreateBar
sdk/tests/test_feature/source/test_scriptstruct.cpp:29
↓ 1 callersFunctiondestructor
sdk/tests/test_feature/source/test_unsaferef.cpp:70
↓ 1 callersFunctiondoCalculations
sdk/tests/test_feature/source/test_addon_scriptarray.cpp:263
↓ 1 callersFunctionfabsf
sdk/add_on/scriptmath/scriptmath.cpp:35
↓ 1 callersFunctionformatFloat
AngelScript signature: string formatFloat(double val, const string &in options, uint width, uint precision)
sdk/add_on/scriptstdstring/scriptstdstring.cpp:606
↓ 1 callersFunctionformatInt
AngelScript signature: string formatInt(int64 val, const string &in options, uint width)
sdk/add_on/scriptstdstring/scriptstdstring.cpp:518
↓ 1 callersFunctionformatUInt
AngelScript signature: string formatUInt(uint64 val, const string &in options, uint width)
sdk/add_on/scriptstdstring/scriptstdstring.cpp:562
↓ 1 callersMethodgetHour
sdk/add_on/datetime/datetime.cpp:82
↓ 1 callersMethodgetMinute
sdk/add_on/datetime/datetime.cpp:88
↓ 1 callersMethodgetSecond
sdk/add_on/datetime/datetime.cpp:94
↓ 1 callersFunctiongetch
Linux does have a getch() function in the curses library, but it doesn't work like it does on DOS. So this does the same thing, with out the need of t
sdk/samples/tutorial/source/main.cpp:36
↓ 1 callersFunctiongetch
Linux does have a getch() function in the curses library, but it doesn't work like it does on DOS. So this does the same thing, without the need of th
sdk/samples/include/source/main.cpp:43
↓ 1 callersFunctionif
sdk/add_on/debugger/debugger.cpp:87
↓ 1 callersFunctionisTouchDevice
()
sdk/docs/doxygen/source/touch.js:4
↓ 1 callersFunctionkbhit
kbhit() for linux
sdk/samples/coroutine/source/main.cpp:37
↓ 1 callersFunctionkbhit
kbhit() for linux
sdk/samples/concurrent/source/main.cpp:44
↓ 1 callersFunctionkbhit
kbhit() for linux
sdk/samples/events/source/main.cpp:44
↓ 1 callersFunctionmain
()
sdk/angelscript/projects/meson/detect_ver.py:8
↓ 1 callersFunctionmodff
C++Builder doesn't define a non-standard "modff" function but rather an overload of "modf" for float arguments. However, BCC's float overload of fmod(
sdk/add_on/scriptmath/scriptmath.cpp:41
↓ 1 callersMethodopCast
AngelScript: used as @obj = cast<obj>(var)
sdk/tests/test_feature/source/test_registertype.cpp:152
↓ 1 callersMethodopEquals
sdk/tests/test_feature/source/test_registertype.cpp:2184
↓ 1 callersMethodopForBegin
sdk/add_on/scriptdictionary/scriptdictionary.cpp:1083
↓ 1 callersMethodopForEnd
sdk/add_on/scriptdictionary/scriptdictionary.cpp:1091
↓ 1 callersMethodopForNext
sdk/add_on/scriptdictionary/scriptdictionary.cpp:1102
↓ 1 callersMethodoperator==
sdk/add_on/scriptarray/scriptarray.cpp:1115
↓ 1 callersFunctionparseFloat
AngelScript signature: double parseFloat(const string &in val, uint &out byteCount = 0)
sdk/add_on/scriptstdstring/scriptstdstring.cpp:906
↓ 1 callersFunctionparseInt
AngelScript signature: int64 parseInt(const string &in val, uint base = 10, uint &out byteCount = 0)
sdk/add_on/scriptstdstring/scriptstdstring.cpp:805
↓ 1 callersFunctionparseUInt
AngelScript signature: uint64 parseUInt(const string &in val, uint base = 10, uint &out byteCount = 0)
sdk/add_on/scriptstdstring/scriptstdstring.cpp:862
↓ 1 callersFunctionprint
sdk/samples/console/source/main.cpp:126
↓ 1 callersFunctionregisterVec
sdk/tests/test_feature/source/test_registertype.cpp:2648
↓ 1 callersFunctionretfalse_fake
sdk/tests/test_feature/source/test_cdecl_return.cpp:30
↓ 1 callersMethodrunTests
()
sdk/tests/test_feature/projects/android/src/com/angelcode/android/AndroidTests.java:26
↓ 1 callersFunctionsqrtf
C++Builder doesn't define a non-standard "sqrtf" function but rather an overload of "sqrt" for float arguments.
sdk/add_on/scriptmath/scriptmathcomplex.cpp:10
↓ 1 callersFunctionsqrtf
C++Builder doesn't define a non-standard "sqrtf" function but rather an overload of "sqrt" for float arguments.
sdk/tests/test_feature/source/scriptmath3d.cpp:10
↓ 1 callersMethodsquaredLength
sdk/add_on/scriptmath/scriptmathcomplex.cpp:76
↓ 1 callersMethodtake
sdk/angelscript/source/as_callfunc_e2k.cpp:70
↓ 1 callersMethodtakeDWord
sdk/angelscript/source/as_callfunc_e2k.cpp:60
↓ 1 callersFunctiontestFuncIS
AngelScript syntax: void testFuncIS(?& in, const string &in) C++ syntax: void testFuncIS(void *ref, int typeId, CScriptString &)
sdk/tests/test_feature/source/test_vartype.cpp:138
↓ 1 callersFunctiontestFuncSI
AngelScript syntax: void testFuncSI(const string &in, ?& in) C++ syntax: void testFuncSI(CScriptString &, void *ref, int typeId)
sdk/tests/test_feature/source/test_vartype.cpp:164
↓ 1 callersFunctiontouchScroll
(el)
sdk/docs/doxygen/source/touch.js:13
↓ 1 callersMethod~A
sdk/tests/test_feature/source/test_autohandle.cpp:43
↓ 1 callersMethod~CComplex
sdk/tests/test_feature/source/testexecutemixedargs.cpp:94
↓ 1 callersMethod~CComplex
sdk/tests/test_feature/source/testexecutethis32mixedargs.cpp:144
↓ 1 callersMethod~CDict
sdk/tests/test_feature/source/test_dict.cpp:23
↓ 1 callersMethod~CHandleType
sdk/tests/test_feature/source/test_registertype.cpp:2130
↓ 1 callersMethod~CIntArray
sdk/tests/test_feature/source/test_arrayobject.cpp:33
↓ 1 callersMethod~CIntArrayArray
sdk/tests/test_feature/source/test_arrayobject.cpp:104
↓ 1 callersMethod~CMyObj
sdk/tests/test_feature/source/test_constructor2.cpp:15
↓ 1 callersMethod~CMySecondObj
sdk/tests/test_feature/source/test_constructor2.cpp:37
↓ 1 callersMethod~CObject
sdk/tests/test_feature/source/test_object.cpp:80
↓ 1 callersMethod~CScriptArray
sdk/add_on/scriptarray/scriptarray.cpp:653
↓ 1 callersMethod~CScriptDictIter
sdk/add_on/scriptdictionary/scriptdictionary.cpp:1067
↓ 1 callersMethod~CScriptDictValue
sdk/add_on/scriptdictionary/scriptdictionary.cpp:633
↓ 1 callersMethod~CScriptDictionary
sdk/add_on/scriptdictionary/scriptdictionary.cpp:195
↓ 1 callersMethod~CScriptGrid
sdk/add_on/scriptgrid/scriptgrid.cpp:543
↓ 1 callersMethod~CScriptType
sdk/tests/test_feature/source/test_template.cpp:1756
↓ 1 callersMethod~CVariant
sdk/tests/test_feature/source/test_registertype.cpp:123
↓ 1 callersMethod~ClassExceptionInConstructor
sdk/tests/test_feature/source/test_addon_scriptarray.cpp:170
↓ 1 callersMethod~ClassValue
sdk/tests/test_feature/source/test_exception.cpp:85
↓ 1 callersMethod~Foo
sdk/tests/test_feature/source/test_returnstring.cpp:14
↓ 1 callersMethod~MyClass
sdk/tests/test_feature/source/test_addon_weakref.cpp:13
↓ 1 callersMethod~MyValueTmpl
sdk/tests/test_feature/source/test_template.cpp:182
↓ 1 callersMethod~Point
sdk/tests/test_feature/source/test_shark.cpp:15
↓ 1 callersMethod~Type
sdk/tests/test_feature/source/test_dynamicconfig.cpp:102
↓ 1 callersMethod~Variant
sdk/tests/test_feature/source/test_compiler.cpp:6121
↓ 1 callersMethod~_String
sdk/tests/test_feature/source/teststdstring.cpp:359
↓ 1 callersMethod~asCScriptObject
sdk/angelscript/source/as_scriptobject.cpp:408
MethodA
sdk/tests/test_feature/source/test_compiler.cpp:29
MethodA
sdk/tests/test_feature/source/test_arrayobject.cpp:316
MethodA
sdk/tests/test_feature/source/test_autohandle.cpp:39
MethodA
sdk/tests/test_feature/source/test_implicitcast.cpp:74
MethodA
sdk/tests/test_feature/source/test_generic.cpp:545
MethodAArray
sdk/tests/test_feature/source/test_arrayobject.cpp:324
MethodAArrayArray
sdk/tests/test_feature/source/test_arrayobject.cpp:332
FunctionAPStringConstruct
sdk/tests/test_feature/source/test_saveload.cpp:3606
FunctionASRefCast
sdk/tests/test_feature/source/test_castop.cpp:109
MethodAVirtualProperty
sdk/tests/test_feature/source/test_thiscall_as_method.cpp:62
FunctionA_to_B
sdk/tests/test_feature/source/test_refcast.cpp:70
MethodAcastToB
sdk/tests/test_feature/source/test_implicitcast.cpp:97
MethodAccept
sdk/add_on/scriptsocket/scriptsocket.cpp:136
MethodAcquireExclusive
sdk/angelscript/source/as_thread.cpp:412
MethodAcquireShared
sdk/angelscript/source/as_thread.cpp:443
FunctionAddAssignBool2StringGeneric
sdk/add_on/scriptstdstring/scriptstdstring.cpp:1394
FunctionAddAssignBoolToString_Generic
sdk/tests/test_feature/source/scriptstring.cpp:363
FunctionAddAssignBoolToString_Generic
sdk/tests/test_performance/source/scriptstring.cpp:363
FunctionAddAssignDouble2StringGeneric
sdk/add_on/scriptstdstring/scriptstdstring.cpp:1354
FunctionAddAssignDoubleToString_Generic
sdk/tests/test_feature/source/scriptstring.cpp:343
← previousnext →1,301–1,400 of 4,169, ranked by callers