MCPcopy Create free account
hub / github.com/MayaPosch/NymphCast / GetCapacity

Method GetCapacity

src/server/angelscript/angelscript/source/as_array.h:336–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334
335template <class T>
336asUINT asCArray<T>::GetCapacity() const
337{
338 return maxLength;
339}
340
341template <class T>
342bool asCArray<T>::SetLength(asUINT numElements)

Callers 4

ReadByteCodeMethod · 0.80
PrepareMethod · 0.80
PushStateMethod · 0.80
PushCallStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected