MCPcopy Create free account

hub / github.com/OpenFodder/openfodder / functions

Functions2,239 in github.com/OpenFodder/openfodder

Methodfind_and_push_native_object
Find the script object corresponding to obj_ptr and push it. Returns true if successful, false if obj_ptr has not been registered. Stack: ... -> ...
Source/Utils/dukglue/detail_refs.h:41
Methodfind_and_push_prototype
Source/Utils/dukglue/detail_class_proto.h:164
Functionflatten
! @param[in] reference_string the reference string to the current value @param[in] value the value to consider @p
Source/Utils/json.hpp:12383
MethodflipVertically
Source/Utils/SimplexIslands.hpp:196
FunctionfracToDouble
Source/Amiga/paula.hpp:45
MethodfractalX
* Fractal/Fractional Brownian Motion (fBm) summation of 1D Perlin Simplex noise * * @param[in] octaves number of fraction of noise to sum * @para
Source/Utils/SimplexNoise.cpp:408
MethodfractalXY
* Fractal/Fractional Brownian Motion (fBm) summation of 2D Perlin Simplex noise * * @param[in] octaves number of fraction of noise to sum * @para
Source/Utils/SimplexNoise.cpp:434
MethodfractalXYZ
* Fractal/Fractional Brownian Motion (fBm) summation of 3D Perlin Simplex noise * * @param[in] octaves number of fraction of noise to sum * @para
Source/Utils/SimplexNoise.cpp:461
Methodfree_ref
remove ref_array_idx from the ref array and add its spot to the free list (at refs[0])
Source/Utils/dukglue/dukvalue.h:529
Functionfrom_bson
Source/Utils/json.hpp:24361
Functionfrom_cbor
Source/Utils/json.hpp:23991
Methodfrom_json
Source/Utils/json.hpp:4382
Functionfrom_msgpack
Source/Utils/json.hpp:24133
Functionfrom_ubjson
Source/Utils/json.hpp:24248
Functionfront
! @brief access the first element Returns a reference to the first element in the container. For a JSON container `c`, the ex
Source/Utils/json.hpp:20404
MethodgenerateOctavedSimplexNoise
Source/Utils/SimplexIslands.hpp:129
Methodgenerate_all_groups_help
Source/Utils/cxxopts.hpp:2637
Methodgenerate_group_help
Source/Utils/cxxopts.hpp:2614
Methodget
Source/Utils/pseudorand.hpp:96
MethodgetArea
Source/Map/Map.hpp:75
MethodgetAreaPixels
Source/Map/Map.hpp:79
MethodgetAuthor
Source/Campaign.hpp:213
MethodgetCameraHeight
Source/Fodder.cpp:3591
MethodgetCameraWidth
Source/Fodder.cpp:3586
MethodgetCampaign
Source/ScriptingEngine.cpp:362
MethodgetCentre
Source/Dimension.hpp:37
MethodgetChannelDmaCount
Source/Amiga/paula.hpp:237
MethodgetChannelOffset
Source/Amiga/paula.hpp:232
MethodgetCompleteIterations
* Returns number of loops the stream has played. */
Source/Amiga/audiostream.hpp:124
MethodgetContext
Source/ScriptingEngine.hpp:69
MethodgetCurrentTestFileName
Source/UnitTesting.cpp:38
MethodgetCurrentTestName
Source/UnitTesting.cpp:45
MethodgetCustomMapPath
Source/ResourceMan.hpp:92
MethodgetDataPath
Source/Versions.cpp:299
MethodgetDistanceBetweenPositions
Source/Map/Random.cpp:244
MethodgetGfxTypes
Source/Versions.cpp:326
MethodgetHeight
Source/Dimension.hpp:35
MethodgetHeight
Source/Map/Map.hpp:38
MethodgetMap
Source/ScriptingEngine.cpp:366
MethodgetMap
Source/Campaign.cpp:263
MethodgetMapParams
Source/Map/Map.hpp:71
MethodgetMax
Source/Campaign.hpp:57
MethodgetMin
Source/Campaign.hpp:55
MethodgetMission
Source/ScriptingEngine.cpp:373
MethodgetMissions
Source/Campaign.hpp:199
MethodgetPhase
Source/ScriptingEngine.cpp:370
MethodgetPosition
Source/Sprites.hpp:324
MethodgetRandomFloat
Source/Map/Random.cpp:127
MethodgetRandomInt
Source/Map/Random.cpp:132
MethodgetRandomXYByFeatures
Source/Map/Random.cpp:192
MethodgetRandomXYByTerrainType
Source/Map/Random.cpp:239
MethodgetRandomXYByTileID
Source/Map/Random.cpp:151
MethodgetRate
Source/Amiga/audiostream.hpp:119
MethodgetRate
Source/Amiga/paula.hpp:135
MethodgetSeed
Source/Map/Random.cpp:142
MethodgetSpriteTypeCount
Source/Map/Random.cpp:41
MethodgetSprites
Source/Campaign.cpp:275
MethodgetSpritesByType
Source/Map/Random.cpp:53
MethodgetSurfaceSize
Source/Fodder.cpp:3546
MethodgetTileSub
Source/Map/Map.hpp:44
MethodgetTileTypes
Source/Versions.cpp:344
MethodgetTiletype
Source/Map/Map.hpp:41
MethodgetTimerBaseValue
Source/Amiga/paula.hpp:116
MethodgetValidPaths
Source/ResourceMan.cpp:488
MethodgetWidth
Source/Dimension.hpp:34
MethodgetWidth
Source/Map/Map.hpp:35
MethodgetWindowSize
Source/Fodder.cpp:3557
MethodgetX
Source/Position.hpp:101
MethodgetY
Source/Position.hpp:98
Functionget_allocator
! @brief returns the allocator associated with the container */
Source/Utils/json.hpp:16798
Methodget_bson_binary
Source/Utils/json.hpp:7869
Methodget_bson_cstr
! @brief Parses a C-style string from the BSON input. @param[in, out] result A reference to the string variable where the rea
Source/Utils/json.hpp:7818
Methodget_bson_string
Source/Utils/json.hpp:7848
Methodget_cbor_array
! @param[in] len the length of the array or std::size_t(-1) for an array of indefinite size @para
Source/Utils/json.hpp:8675
Methodget_cbor_binary
! @brief reads a CBOR byte array This function first reads starting bytes to determine the expected byte array le
Source/Utils/json.hpp:8581
Methodget_cbor_float_prefix
Source/Utils/json.hpp:13957
Methodget_cbor_object
! @param[in] len the length of the object or std::size_t(-1) for an object of indefinite size @pa
Source/Utils/json.hpp:8713
Methodget_cbor_string
! @brief reads a CBOR string This function first reads starting bytes to determine the expected string length and
Source/Utils/json.hpp:8486
Methodget_character
std::istream/std::streambuf use std::char_traits<char>::to_int_type, to ensure that std::char_traits<char>::eof() and the character 0xFF do not end up
Source/Utils/json.hpp:4823
Methodget_character
Source/Utils/json.hpp:4851
Methodget_character
Source/Utils/json.hpp:5013
Methodget_codepoint
! @brief get codepoint from 4 hex characters following `\u` For input "\u c1 c2 c3 c4" the codepoint is: (c1 *
Source/Utils/json.hpp:6040
Methodget_decimal_point
return the locale-dependent decimal point
Source/Utils/json.hpp:6013
Functionget_error_message
return syntax error message
Source/Utils/json.hpp:7343
Methodget_ignore_noop
! @return character read from the input after ignoring all 'N' entries */
Source/Utils/json.hpp:9898
Methodget_msgpack_array
! @param[in] len the length of the array @return whether array creation completed */
Source/Utils/json.hpp:9339
Methodget_msgpack_binary
! @brief reads a MessagePack byte array This function first reads starting bytes to determine the expected byte a
Source/Utils/json.hpp:9228
Methodget_msgpack_float_prefix
Source/Utils/json.hpp:13971
Methodget_msgpack_object
! @param[in] len the length of the object @return whether object creation completed */
Source/Utils/json.hpp:9361
Methodget_msgpack_string
! @brief reads a MessagePack string This function first reads starting bytes to determine the expected string len
Source/Utils/json.hpp:9146
Methodget_number
Source/Utils/json.hpp:9922
Functionget_number_float
return floating-point value
Source/Utils/json.hpp:7295
Functionget_number_unsigned
Source/Utils/json.hpp:7289
Functionget_position
return position of last read token
Source/Utils/json.hpp:7311
Functionget_ptr
Source/Utils/json.hpp:19566
Functionget_ref
Source/Utils/json.hpp:19660
Functionget_ref_impl
Source/Utils/json.hpp:19300
Methodget_ref_map
Source/Utils/dukglue/detail_refs.h:142
Functionget_stack_values
Source/Utils/dukglue/detail_stack.h:40
Functionget_stack_values_helper
Source/Utils/dukglue/detail_stack.h:28
← previousnext →1,601–1,700 of 2,239, ranked by callers