MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / CreateOnExpression

Function CreateOnExpression

engine/Poseidon/UI/Map/UIMapExtDisplay.cpp:1198–1203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1196 ExtractValue(name, params, *ctx->args, ctx->required) + RString("/*" PARSING_COMMENT "*/");
1197}
1198
1199RString CreateOnExpression(RString name, const EditorParams& params, void* context)
1200{
1201 CreateContext* ctx = (CreateContext*)context;
1202 ctx->some = true;
1203 return ExtractValue(name, params, *ctx->args, ctx->required);
1204}
1205
1206void EditorObjectType::WriteToScript(QOStream& out, const Arguments& args) const

Callers

nothing calls this directly

Calls 1

ExtractValueFunction · 0.85

Tested by

no test coverage detected