Revision Difference
team.TotalFrags#511790
<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.</description>⤶
<code>print(team.TotalFrags(ply:Team()),team.TotalFrags(1))</code>⤶
<output>1</output>⤶
⤶
</example>