Advertisement
leaky

E2 Holo list

Sep 23rd, 2014
776
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. E2 FUNCTION LIST
  2.  
  3. holoCreate(N,V,V,A,V) - Index, Position, Scale, Angle, Color (RGB,XYZ)
  4. holoCreate(N,V,V,A) - Index, Position, Scale, Angle
  5. holoCreate(N,V,V) - Index, Position, Scale
  6. holoCreate(N,V) - Index, Position
  7. holoCreate(N) - Index
  8. holoDelete(N) - Index
  9. holoDeleteAll()
  10. holoEntity(N) - Index
  11. holoReset(N,S,V,V,S) - Index, Model, Scale, Color, Material
  12. holoScale(N,V) - Index, Scale
  13. holoScaleUnits(N,V) - Index, Garry's Mod Units
  14. holoPos(N,V) - Index, Position
  15. holoColor(N,V,N) - Index, Color, Alpha
  16. holoColor(N,V) - Index, Color
  17. holoAlpha(N,N) - Index, Alpha
  18. holoShadow(N,N) - Index, Shadow
  19. holoAng(N,A) - Index, Angle
  20. holoModel(N,S,N) - Index, Model, Skin
  21. holoModel(N,S) - Index, Model
  22. holoSkin(N,N) - Index, Skin
  23. holoMaterial(N,S) - Index, Material
  24. holoRenderFX(N,N) - Index, Render FX #
  25. holoParent(N,N) - Index (current Holo), Index (Holo being parented to)
  26. holoParent(N,E) - Index, Entity
  27. holoUnParent(N) - Index
  28.  
  29. MODEL LIST
  30.  
  31. ["cone"]
  32. ["cube"]
  33. ["cylinder"]
  34. ["icosphere"]
  35. ["icosphere2"]
  36. ["icosphere3"]
  37. ["prism"]
  38. ["pyramid"]
  39. ["sphere"]
  40. ["sphere2"]
  41. ["sphere3"]
  42. ["torus"]
  43. ["torus2"]
  44. ["torus3"]
  45.  
  46. CONVAR LIST
  47.  
  48. wire_holograms_max - Maximum Holograms
  49. wire_holograms_size_max - Maximum Scale Size
  50.  
  51. CON-COMMAND LIST
  52.  
  53. wire_holograms_remove_all - Removes all holograms on the server
  54.  
  55. wire_holograms_display_owners - Shows names of hologram owners (updates every 1
  56. seconds)
  57.  
  58. wire_holograms_block_name PLAYER NAME - Removes and blocks given player
  59.  
  60. wire_holograms_unblock_name PLAYER NAME - Unblocks blocked player
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement