MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / SetActor

Method SetActor

Source/Engine/Scripting/Script.cpp:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76void Script::SetActor(Actor* value)
77{
78 SetParent(value, true);
79}
80
81void Script::SetParent(Actor* value, bool canBreakPrefabLink)
82{

Callers

nothing calls this directly

Calls 1

SetParentFunction · 0.85

Tested by

no test coverage detected