518 {
519 Param2<string, float> p = new Param2<string, float>( "", 0 );
521 {
522 for (
int i = 0; i < player.m_PlayerStats.GetPCO().
Get().
Count(); i++ )
523 {
524 string label = player.m_PlayerStats.GetPCO().Get().Get( i ).GetLabel();
525 if ( label == p.param1 )
526 {
527 player.m_PlayerStats.GetPCO().Get().Get( i).SetByFloatEx(p.param2);
528 }
529
530 }
531 }
532
533 }
proto bool Read(void value_in)