Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ GetOrderInParent
Method
GetOrderInParent
Source/Engine/Scripting/Script.cpp:145–148 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
143
}
144
145
int32 Script::GetOrderInParent() const
146
{
147
return _parent ? _parent->Scripts.Find((Script*)this) : INVALID_INDEX;
148
}
149
150
void Script::SetOrderInParent(int32 index)
151
{
Callers
nothing calls this directly
Calls
1
Find
Method · 0.45
Tested by
no test coverage detected