MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / toString

Method toString

source/core/StarLua.hpp:1642–1644  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1640}
1641
1642inline String LuaString::toString() const {
1643 return engine().string(handleIndex());
1644}
1645
1646inline StringView LuaString::view() const {
1647 return engine().stringView(handleIndex());

Callers 15

DrawableMethod · 0.45
DoNotCombineWithRuleMethod · 0.45
jsonToNodeOutputFunction · 0.45
replaceBehaviorTagFunction · 0.45
replaceOutputBehaviorTagFunction · 0.45
StarHumanoid.cppFile · 0.45
makeDummyMethod · 0.45
createRadioMessageMethod · 0.45
processRuleMethod · 0.45
TileDamageParametersMethod · 0.45

Calls 1

stringMethod · 0.45

Tested by 3

InspectionToolMethod · 0.36
inspectionFailureTextMethod · 0.36
TESTFunction · 0.36