MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / sendInitArg

Method sendInitArg

include/Core/Script/GameObject.hpp:274–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272
273 template <typename U>
274 void GameObject::sendInitArg(const std::string& argName, U value)
275 {
276 Debug::Log->debug(
277 "<GameObject> Sending Local.Init argument {0} to GameObject {1}", argName,
278 m_id);
279 t_local->pushParameter("Init", argName, value);
280 }
281} // namespace obe::Script

Callers

nothing calls this directly

Calls 2

debugMethod · 0.80
pushParameterMethod · 0.45

Tested by

no test coverage detected