MCPcopy Create free account
hub / github.com/CytopiaTeam/Cytopia / StringLength

Function StringLength

external/as_add_on/scriptstdstring/scriptstdstring.cpp:428–432  ·  view source on GitHub ↗

AngelScript signature: uint string::length() const

Source from the content-addressed store, hash-verified

426// AngelScript signature:
427// uint string::length() const
428static asUINT StringLength(const string &str)
429{
430 // We don't register the method directly because the return type changes between 32bit and 64bit platforms
431 return (asUINT)str.length();
432}
433
434
435// AngelScript signature:

Callers

nothing calls this directly

Calls 1

lengthMethod · 0.80

Tested by

no test coverage detected