Skip to content

Instantly share code, notes, and snippets.

@MattJeanes
Last active August 29, 2015 14:26
Show Gist options
  • Save MattJeanes/7608a3d798dccf4a916b to your computer and use it in GitHub Desktop.
Save MattJeanes/7608a3d798dccf4a916b to your computer and use it in GitHub Desktop.
Quick one-liner to print the names, op counts, time-benches and player info of all currently spawned E2s
for k,v in pairs(ents.FindByClass("gmod_wire_expression2")) do print(v.name,math.Round(v.context.prfbench).." ops",math.Round(v.context.timebench*1000000).." us", v.context.player:Nick(), v.context.player:SteamID()) end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment