Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ GetActor
Method
GetActor
Source/Engine/Scripting/Script.cpp:71–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
Actor* Script::GetActor() const
72
{
73
return _parent;
74
}
75
76
void Script::SetActor(Actor* value)
77
{
Callers
1
InitState
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected