"CLIENTSIDEONLY"

Discuss all aspects related to modding Zandronum here.
Post Reply
Faad3e_
New User
Posts: 18
Joined: Wed Sep 12, 2012 9:32 pm

"CLIENTSIDEONLY"

#1

Post by Faad3e_ » Tue Feb 11, 2014 3:50 am

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?)
Last edited by Faad3e_ on Tue Feb 11, 2014 3:56 am, edited 1 time in total.

User avatar
Popsoap
 
Posts: 86
Joined: Mon Jun 04, 2012 2:38 pm
Location: Inside a wall

RE: "CLIENTSIDEONLY"

#2

Post by Popsoap » Tue Feb 11, 2014 4:34 am

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.

Faad3e_
New User
Posts: 18
Joined: Wed Sep 12, 2012 9:32 pm

RE: "CLIENTSIDEONLY"

#3

Post by Faad3e_ » Tue Feb 11, 2014 4:40 am

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

Post Reply