MCPcopy Create free account
hub / github.com/demoth/jake2 / AddLasers

Method AddLasers

client/src/main/java/jake2/client/CL_tent.java:1617–1626  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1615 * ================= CL_AddLasers =================
1616 */
1617 static void AddLasers() {
1618 laser_t[] l;
1619 int i;
1620
1621 l = cl_lasers;
1622 for (i = 0; i < MAX_LASERS; i++) {
1623 if (l[i].endtime >= ClientGlobals.cl.time)
1624 V.AddEntity(l[i].ent);
1625 }
1626 }
1627
1628 /* PMM - CL_Sustains */
1629 static void ProcessSustain() {

Callers 1

AddTEntsMethod · 0.95

Calls 1

AddEntityMethod · 0.95

Tested by

no test coverage detected