108 {
109 super.OnRPC(sender, rpc_type, ctx);
110
111 Param1<bool> p = new Param1<bool>(false);
112
114 return;
115
116 bool play = p.param1;
117 switch (rpc_type)
118 {
120 if (play)
122 else
124
125 break;
126
128 if (play)
130 else
132
133 break;
134 }
135 }
void StopEmptyingLoopSound()
void StopPouringLoopSound()
void PlayEmptyingLoopSound()
void PlayPouringLoopSound()
proto bool Read(void value_in)