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

Method Num

Plugins/UnLua/Source/UnLua/Private/Containers/LuaSet.h:66–70  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

64 * @return - the length of the array
65 */
66 FORCEINLINE int32 Num() const
67 {
68 //return SetHelper.Num();
69 return Set->Num();
70 }
71
72 /**
73 * Add an element to the set

Callers 2

ClearMethod · 0.45
ToArrayMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected