472 {
473
475
476
477 Param1<int> p_count = new Param1<int>(0);
478
479 Param3<string, float, float> p = new Param3<string, float, float>( "", 0, 0 );
480
481
482 int param_count = 0;
483 if ( ctx.
Read(p_count) )
484 {
485 param_count = p_count.param1;
486 }
487
488
489 for ( int i = 0; i < param_count; i++ )
490 {
493 }
494 }
ref array< ref SyncedValue > m_PlayerStatsSynced
proto bool Read(void value_in)