Page 1 of 1

"CLIENTSIDEONLY"

Posted: Tue Feb 11, 2014 3:50 am
by Faad3e_
Can somebody explain with details what does the "CLIENTSIDEONLY" flag does? As the wiki wasnt too specific or explainatory at all

(Should i use this in particle effects?)

RE: "CLIENTSIDEONLY"

Posted: Tue Feb 11, 2014 4:34 am
by Popsoap
The flag makes the actor invisible to the server, so its only visible to clients in the server.

The purpose of this is for the ability to add visual effects without eating up server bandwidth from spawning actors.

RE: "CLIENTSIDEONLY"

Posted: Tue Feb 11, 2014 4:40 am
by Faad3e_
Popsoap wrote: The flag makes the actor invisible to the server, so its only visible to clients in the server.

The purpose of this is for the ability to add visual effects without eating up server bandwidth from spawning actors.
Good, thanks a lot for your help