Advertisement
RaZgRiZ

Extended Edithud

Oct 22nd, 2011
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.62 KB | None | 0 0
  1. edithud = [
  2.     result (
  3.         ? $blendpaintmode (
  4.             format "blendpaint mode : ^f2%1^f7^nblend brush : ^f2%2" (at $blendpaintmodes $blendpaintmode) (getblendbrushname (curblendbrush))
  5.         ) (
  6.             format "%3^f7%4^f7gridsize :^f2 %1 ^f7| worldsize : ^f2%2" $gridpower $mapscale (
  7.                 ? $hmapedit (
  8.                     format "brush ^f2%1 ^f7: ^f2%2^n" (max $brushindex 0) $brushname
  9.                 ) (
  10.                     ? (! (enthavesel)) (
  11.                         format "index ^f2%1^f7 : ^f2%2^n" (? (=s (getseltex)) 0 (getseltex)) (gettexname (getseltex))
  12.                     )
  13.                 )
  14.             ) (
  15.                 ? (enthavesel) (
  16.                     format "%1 : ^f2%2 ^f7selected^n" (entget) (enthavesel)
  17.                 )
  18.             )
  19.         )
  20.     )
  21. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement