MCPcopy Create free account
hub / github.com/ElunaLuaEngine/Eluna / CreateLongLong

Function CreateLongLong

methods/TrinityCore/GlobalMethods.h:2481–2497  ·  view source on GitHub ↗

* Returns an object representing a `long long` (64-bit) value. * * The value by default is 0, but can be initialized to a value by passing a number or long long as a string. * * @proto value = () * @proto value = (n) * @proto value = (n_ll) * @proto value = (n_str) * @param int32 n * @param int64 n_ll * @param string n_str * @return int64 valu

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

CHECKVAL<long long>Method · 0.80
PushMethod · 0.45

Tested by

no test coverage detected