MCPcopy Create free account
hub / github.com/Tencent/UnLua / Num

Method Num

Plugins/UnLua/Source/UnLua/Private/Containers/LuaArray.h:94–97  ·  view source on GitHub ↗

* Get the length of the array * * @return - the length of the array */

Source from the content-addressed store, hash-verified

92 * @return - the length of the array
93 */
94 FORCEINLINE int32 Num() const
95 {
96 return ScriptArray->Num();
97 }
98
99 /**
100 * Add an element to the array

Callers 1

AppendMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected