Revision Difference
team.TotalFrags#515954
<function name="TotalFrags" parent="team" type="libraryfunc">
<description>Get's the total frags in a team.</description>
<realm>Shared</realm>
<args>
<arg name="Entity or number" type="Entity">Entity or number.</arg>
</args>
<rets>
<ret name="" type="number">index</ret>
</rets>
</function>
⤶
{{Example⤶
| Description = Get's the total frags in a team.⤶
| Code = print(team.TotalFrags(ply:Team()),team.TotalFrags(1))⤶
| Output = 1⤶
}}⤶
<example>⤶
<description>Get's the total frags in a team.</description>⤶
<code>print(team.TotalFrags(ply:Team()),team.TotalFrags(1))</code>⤶
<output>1</output>⤶
⤶
</example>