Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

setting networkownership to manual?

Asked by 4 years ago
Enum.NetworkOwnership.Manual 

i just discovered this one so,in wich circustances i can use this?

0
Commented on your question about GetNetworkOwner. However like I mentioned in my answer. That enumeration is something internal. There's no other references to it anywhere in the API. So it's either no longer in use or used for internal functions. User#834 0 — 4y

1 answer

Log in to vote
0
Answered by 4 years ago

I'm pretty sure this is just something internal. The only way you set the network owner is using SetNetworkOwner(). That method accepts any player or nil. (nil being the server is the owner)

1
GetNetworkOwner does not accept any arguments. User#834 0 — 4y
0
Thanks. iBeatuEZ 27 — 4y
0
is there another alternative to avoid getnetworkowner to change owner automatically? iBeatuEZ 27 — 4y
0
SimulationRadius is my worst enemy. iBeatuEZ 27 — 4y
Ad

Answer this question