MCPcopy Create free account

hub / github.com/anjo76/angelscript / functions

Functions4,169 in github.com/anjo76/angelscript

↓ 3 callersMethodIsPrivate
interface
sdk/angelscript/source/as_scriptfunction.cpp:643
↓ 3 callersMethodIsVarUsed
sdk/angelscript/source/as_bytecode.cpp:150
↓ 3 callersFunctionIsVariableArgument
returns true if the given parameter is a 'variable argument'
sdk/angelscript/source/as_callfunc_ppc_64.cpp:549
↓ 3 callersMethodIsVoid
sdk/angelscript/source/as_compiler.cpp:17925
↓ 3 callersMethodParseScript
sdk/angelscript/source/as_parser.cpp:2480
↓ 3 callersFunctionPrepareSystemFunctionGeneric
This function should prepare system functions so that it will be faster to call them
sdk/angelscript/source/as_callfunc.cpp:180
↓ 3 callersFunctionRegisterScriptFileSystem
sdk/add_on/scriptfile/scriptfilesystem.cpp:89
↓ 3 callersFunctionRegisterStdStringUtils
This is where the utility functions are registered. The string type must have been registered first.
sdk/add_on/scriptstdstring/scriptstdstring_utils.cpp:114
↓ 3 callersFunctionRegisterStdString_Generic
sdk/add_on/scriptstdstring/scriptstdstring.cpp:1528
↓ 3 callersFunctionRelease
sdk/tests/test_feature/source/test_dynamicconfig.cpp:89
↓ 3 callersMethodRelease
interface
sdk/angelscript/source/as_scriptengine.cpp:1112
↓ 3 callersMethodRelease
sdk/tests/test_feature/source/test_stack2.cpp:127
↓ 3 callersMethodRelease
sdk/tests/test_feature/source/test_shark.cpp:25
↓ 3 callersMethodRelease
sdk/tests/test_performance/source/test_string_pooled.cpp:67
↓ 3 callersMethodReleaseAllFunctions
internal
sdk/angelscript/source/as_objecttype.cpp:622
↓ 3 callersMethodReleaseStringConstant
sdk/tests/test_feature/source/bstr.cpp:31
↓ 3 callersMethodRemoveFromTypeIdMap
sdk/angelscript/source/as_scriptengine.cpp:5168
↓ 3 callersMethodRemoveFuncdef
internal
sdk/angelscript/source/as_scriptengine.cpp:6019
↓ 3 callersMethodRemoveIndexUnordered
sdk/angelscript/source/as_array.h:530
↓ 3 callersMethodReset
sdk/tests/test_feature/source/test_factory.cpp:39
↓ 3 callersMethodSetArgFloat
sdk/angelscript/source/as_context.cpp:1213
↓ 3 callersMethodSetExplicit
sdk/angelscript/source/as_scriptfunction.h:230
↓ 3 callersMethodSetJITCompiler
sdk/angelscript/source/as_scriptengine.cpp:1406
↓ 3 callersMethodSetLengthNoAllocate
sdk/angelscript/source/as_array.h:347
↓ 3 callersMethodSetTranslateAppExceptionCallback
interface
sdk/angelscript/source/as_scriptengine.cpp:6692
↓ 3 callersMethodSetUndefinedFuncHandle
sdk/angelscript/source/as_compiler.cpp:17874
↓ 3 callersMethodStore
sdk/add_on/scriptany/scriptany.cpp:276
↓ 3 callersFunctionTest
sdk/tests/test_multithread/source/test_gc.cpp:50
↓ 3 callersFunctionTestScripts
sdk/tests/test_feature/source/test_saveload.cpp:249
↓ 3 callersMethodcount
sdk/angelscript/source/as_callfunc_e2k.cpp:89
↓ 3 callersFunctionfabsf
C++Builder doesn't define most of the non-standard float-specific math functions with "*f" suffix; instead it provides overloads for the standard math
sdk/tests/test_feature/source/utils.h:52
↓ 3 callersMethodgetDay
sdk/add_on/datetime/datetime.cpp:76
↓ 3 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/events/source/main.cpp:39
↓ 3 callersFunctionpowf
sdk/add_on/scriptmath/scriptmath.cpp:20
↓ 3 callersFunctionsplitArgs
puts the arguments in the correct place in the mipsArgs-array. See comments above. This could be done better.
sdk/angelscript/source/as_callfunc_mips.cpp:394
↓ 3 callersFunctionsplitArgs
puts the arguments in the correct place in the sh4Args-array. See comments above. This could be done better.
sdk/angelscript/source/as_callfunc_sh4.cpp:164
↓ 3 callersFunctionstackArgs
puts the arguments in the correct place in the stack array. See comments above.
sdk/angelscript/source/as_callfunc_ppc_64.cpp:390
↓ 3 callersFunctionstackArgs
puts the arguments in the correct place in the stack array. See comments above.
sdk/angelscript/source/as_callfunc_ppc.cpp:344
↓ 3 callersMethodtakeQWord
sdk/angelscript/source/as_callfunc_e2k.cpp:64
↓ 3 callersFunctiontimeGetTime
Linux doesn't have timeGetTime(), this essentially does the same thing, except this is milliseconds since Epoch (Jan 1st 1970) instead of system start
sdk/samples/tutorial/source/main.cpp:26
↓ 3 callersMethod~CScriptWeakRef
sdk/add_on/weakref/weakref.cpp:93
↓ 2 callersMethodAddEnumType
internal
sdk/angelscript/source/as_module.cpp:1521
↓ 2 callersMethodAddRef
sdk/add_on/scriptdictionary/scriptdictionary.cpp:201
↓ 2 callersMethodAddRef
sdk/tests/test_feature/source/test_refcast.cpp:22
↓ 2 callersMethodAddRef
sdk/tests/test_feature/source/test_inheritance.cpp:61
↓ 2 callersMethodAddReferencesForType
sdk/angelscript/source/as_configgroup.cpp:98
↓ 2 callersMethodAddTypeDef
internal
sdk/angelscript/source/as_module.cpp:1528
↓ 2 callersMethodAllocByteInstruction
sdk/angelscript/source/as_memory.cpp:255
↓ 2 callersMethodAllocScriptNode
sdk/angelscript/source/as_memory.cpp:215
↓ 2 callersMethodAllocate
sdk/angelscript/source/as_string.cpp:133
↓ 2 callersMethodAllocateGlobalProperty
internal
sdk/angelscript/source/as_module.cpp:1583
↓ 2 callersMethodAllocateScriptFunctionData
sdk/angelscript/source/as_scriptfunction.cpp:387
↓ 2 callersFunctionBindImportedFunctions
sdk/tests/test_feature/source/test_circularimport.cpp:51
↓ 2 callersFunctionCScriptDictValue_opCast
sdk/add_on/scriptdictionary/scriptdictionary.cpp:967
↓ 2 callersFunctionCallCDeclFunction
sdk/angelscript/source/as_callfunc_ppc.cpp:388
↓ 2 callersMethodCallGeneric
sdk/angelscript/source/as_context.cpp:5808
↓ 2 callersMethodCallGlobalFunctionRetBool
sdk/angelscript/source/as_scriptengine.cpp:4931
↓ 2 callersMethodCallGlobalFunctionRetPtr
sdk/angelscript/source/as_scriptengine.cpp:4741
↓ 2 callersMethodCallObjectMethodRetPtr
sdk/angelscript/source/as_scriptengine.cpp:4595
↓ 2 callersFunctionCallX64
sdk/angelscript/source/as_callfunc_x64_mingw.cpp:51
↓ 2 callersMethodCast
AngelScript: used as '@obj = cast<obj>(ref);'
sdk/add_on/scripthandle/scripthandle.cpp:191
↓ 2 callersMethodCheckIdx
sdk/angelscript/source/as_symboltable.h:447
↓ 2 callersMethodCheckNameConflictMember
TODO: This should use SymbolLookupMember, which should be available in the TypeInfo class
sdk/angelscript/source/as_builder.cpp:1563
↓ 2 callersMethodClear
sdk/tests/test_feature/source/test_registertype.cpp:251
↓ 2 callersMethodClearAll
sdk/angelscript/source/as_bytecode.cpp:85
↓ 2 callersFunctionCompareRelation
sdk/add_on/scripthelper/scripthelper.cpp:12
↓ 2 callersMethodCompileFunction
sdk/angelscript/source/as_builder.cpp:513
↓ 2 callersMethodCompileGlobalVariable
Entry
sdk/angelscript/source/as_compiler.cpp:1515
↓ 2 callersFunctionConfigureEngine
sdk/tests/test_feature/source/test_saveload.cpp:216
↓ 2 callersMethodConstructScriptObjectCopy
internal
sdk/angelscript/source/as_scriptengine.cpp:5645
↓ 2 callersMethodCopyFrom
sdk/angelscript/source/as_scriptobject.cpp:1042
↓ 2 callersMethodCountZeroes
sdk/tests/test_feature/source/utils.h:203
↓ 2 callersMethodCreatePrimitive
sdk/angelscript/source/as_datatype.cpp:158
↓ 2 callersFunctionCreateScriptClassObject
sdk/tests/test_feature/source/test_context.cpp:494
↓ 2 callersMethodDestroyAndRelease
sdk/samples/game/source/gameobj.cpp:57
↓ 2 callersMethodDestroyList
internal
sdk/angelscript/source/as_scriptengine.cpp:6754
↓ 2 callersFunctionDumpModule
sdk/tests/test_feature/source/test_dump.cpp:150
↓ 2 callersFunctionDumpObjectType
sdk/tests/test_feature/source/test_dump.cpp:82
↓ 2 callersMethodEnumReferences
sdk/add_on/scriptdictionary/scriptdictionary.cpp:234
↓ 2 callersMethodFind
sdk/add_on/scriptarray/scriptarray.cpp:1292
↓ 2 callersMethodFindByPtr
sdk/add_on/serializer/serializer.cpp:251
↓ 2 callersMethodFindByPtrInHandles
find variable by ptr but looking only at those in the references, which will create a new object
sdk/add_on/serializer/serializer.cpp:282
↓ 2 callersMethodFindByRef
sdk/add_on/scriptarray/scriptarray.cpp:1260
↓ 2 callersMethodFindConfigGroupForGlobalVar
sdk/angelscript/source/as_scriptengine.cpp:5878
↓ 2 callersMethodFindMatchingFuncdef
internal
sdk/angelscript/source/as_scriptengine.cpp:6099
↓ 2 callersMethodFindNewOwnerForSharedFunc
internal
sdk/angelscript/source/as_scriptengine.cpp:1043
↓ 2 callersMethodFinishDeserialization
interface
sdk/angelscript/source/as_context.cpp:6223
↓ 2 callersMethodGetAlignment
sdk/angelscript/source/as_datatype.cpp:709
↓ 2 callersMethodGetArgOnStack
interface
sdk/angelscript/source/as_context.cpp:6404
↓ 2 callersMethodGetArgsOnStackCount
interface
sdk/angelscript/source/as_context.cpp:6285
↓ 2 callersMethodGetCalledFunction
internal
sdk/angelscript/source/as_scriptfunction.cpp:1881
↓ 2 callersMethodGetChildFuncdef
interface
sdk/angelscript/source/as_objecttype.cpp:79
↓ 2 callersMethodGetChildFuncdefCount
interface
sdk/angelscript/source/as_objecttype.cpp:73
↓ 2 callersFunctionGetClassInstance
sdk/tests/test_feature/source/test_rz.cpp:352
↓ 2 callersMethodGetConfigGroup
interface
sdk/angelscript/source/as_typeinfo.cpp:238
↓ 2 callersMethodGetDelegateFunction
interface
sdk/angelscript/source/as_scriptfunction.cpp:235
↓ 2 callersMethodGetDelegateObject
interface
sdk/angelscript/source/as_scriptfunction.cpp:220
↓ 2 callersMethodGetEngine
interface
sdk/angelscript/source/as_module.cpp:191
↓ 2 callersMethodGetEngine
interface
sdk/angelscript/source/as_scriptfunction.cpp:1511
↓ 2 callersMethodGetFuncDef
sdk/angelscript/source/as_builder.cpp:6984
← previousnext →601–700 of 4,169, ranked by callers