| Function
| Returns
| Description
|
| E:egpDraw() | | Process the EGP's cache to its draw memory, Retuns 1 if it has drawn , Retuns 0 if it has not draw.
|
| E:egpText(NSV2) | | Index Text Position
Create a text element at index.
|
| E:egpLine(NNNNNV4) | | Index X1 Y1 X2 Y2 Color
Create a line element at index.
|
| E:egpTextAlign(NNN) | | Sets the horizontal and veritcal alignment of text of a text element at index n1 to Horizontal:n2 Vertical:n3.
|
| E:egpBox(NNNNNV4) | | Index X Y Width Height Color
Create a box element at index.
|
| E:egpPolyColor(NV4...) | | Index Color (...)
Create a polygon element at index using all vector's and vector2's as a Vertex-Array.
|
| XWL:egpTriangle(NNNNNV) | | Index X1 Y1 X2 Y2 X3 Y3 Color
Create a triangle element at index.
|
| E:egpCircle(NV2V2V4) | | Index Position Size Color
Create a circle element at index.
|
| E:egpPosY1(NN) | | Set the Y position1 of element at index n1 to n2.
|
| E:egpBoxOutline(NNNNN) | | Index X Y Width Height
Create a boxoutline element at index.
|
| E:egpMaterial(NS) | | Sets the material of element at n to s.
|
| E:egpAngle(NN) | | Set the angle of element at index n1 to n2. (Only works on egpBox.)
|
| E:egpClear() | | Emptys all memory on the egp.
|
| XWL:egpSize(NV2) | | Set the size of element at index n to v2.
|
| XWL:egpTextAlign(NNN) | | Sets the horizontal and veritcal alignment of text of a text element at index n1 to Horizontal:n2 Vertical:n3.
|
| E:egpPos(NNN) | | Set position of element at index n1 to vector2( n2 , n3 ).
|
| E:egpText(NSV2V) | | Index Text Position Color
Create a text element at index.
|
| XWL:egpTextLayout(NSNNNNV4) | | Index Text X Y X Y Color
Create a TextLayout element at index.
|
| E:egpColor(NNNNN) | | Sets the color of element at index n1 to vec4( n2 , n3 , n4 , n5).
|
| XWL:egpText(NSV2) | | Index Text Position
Create a text element at index.
|
| E:egpMaterialFromScreen(NE) | | Sets the material of element at index n to the wiredisplay of e.
|
| XWL:egpBox(NNNNNV) | | Index X Y Width Height Color
Create a box element at index.
|
| E:egpBox(NV2V2V4) | | Index Position Size Color
Create a box element at index.
|
| XWL:egpAngle(NN) | | Set the angle of element at index n1 to n2. (Only works on egpBox.)
|
| XWL:egpPosX1(NN) | | Set the X position1 of element at index n1 to n2.
|
| XWL:egpColor(NV4) | | Sets the color of element at index n as vec4( Red , Blue , Green , Alpha ).
|
| XWL:egpBoxOutline(NV2V2V) | | Index Position Size Color
Create a boxoutline element at index.
|
| XWL:egpGetPos(NN) | | Returns psoition of element at index n1 as vector2
will use drawn memory if n2 is 0 or cache memory if n2 is 1.
|
| XWL:egpClear(A) | | Emptys all memory inside cells on egp effecting elements indexed inside array.
|
| XWL:egpCircle(NNNNNV4) | | Index X Y Width Height Color
Create a circle element at index.
|
| E:egpSize(NNN) | | Set the size of element at index n1 to vec2( n2 , n3 ).
|
| E:egpGetElement(NN) | | Returns element at index n as a tabel
will use drawn memory if n2 is 0 or cache memory if n2 is 1.
|
| E:egpColor(NV3) | | Sets the color of element at index n as vec4( Red , Blue , Green ).
|
| XWL:egpCircle(NV2V2) | | Index Position Size
Create a circle element at index.
|
| XWL:egpPos1(NNN) | | Set position1 of element at index n1 to vector2( n2 , n3 ).
|
| XWL:egpGetText(NN) | | Returns text of text element at index n1 as string
will use drawn memory if n2 is 0 or cache memory if n2 is 1.
|
| E:egpText(NSNNV) | | Index Text X Y Color
Create a text element at index.
|
| E:egpMaterialFromScreen(NXWL) | | Sets the material of element at index n to the wiredisplay of enity of xwl.
|
| E:egpText(NSNNV4) | | Index Text X Y Color
Create a text element at index.
|
| E:egpLine(NV2V2V) | | Index Position1 Position2 Color
Create a line element at index.
|
| E:egpPos(NV2) | | Set position of element at index n to v2.
|
| XWL:egpPosY(NN) | | Set the Y position of element at index n1 to n2.
|
| E:egpPosX(NN) | | Set the X position of element at index n1 to n2.
|
| E:egpSetText(NS) | | Sets the text of a text element at index n to s.
|
| XWL:egpGetPos1(NN) | | Returns psoition1 of element at index n1 as vector2
will use drawn memory if n2 is 0 or cache memory if n2 is 1.
|
| XWL:egpSize(NNN) | | Set the size of element at index n1 to vec2( n2 , n3 ).
|
| XWL:egpPosX(NN) | | Set the X position of element at index n1 to n2.
|
| E:egpCircle(NNNNN) | | Index X Y Width Height
Create a circle element at index.
|
| XWL:egpPos2(NV2) | | Set position2 of element at index n to v2.
|
| XWL:egpGetSize(NN) | | Returns size of element at index n1 as vector2
will use drawn memory if n2 is 0 or cache memory if n2 is 1.
|
| E:egpTriangle(NV2V2V2V) | | Index Position1 Position2 Position3 Color
Create a triangle element at index.
|
| egpElements() | | Returns the servers limit of EGP elements.
|
| E:egpPoly(NA) | | Index Vertex-Array
Create a polygon element at index.
|
| XWL:egpBoxOutline(NNNNN) | | Index X Y Width Height
Create a boxoutline element at index.
|
| XWL:egpBox(NV2V2V4) | | Index Position Size Color
Create a box element at index.
|
| XWL:egpText(NSV2V4) | | Index Text Position Color
Create a text element at index.
|
| XWL:egpSetText(NS) | | Sets the text of a text element at index n to s.
|
| E:egpGetSize(NN) | | Returns size of element at index n1 as vector2
will use drawn memory if n2 is 0 or cache memory if n2 is 1.
|
| XWL:egpTextLayout(NSV2V2) | | Index Text Position Size
Create a TextLayout element at index.
|
| XWL:egpGetColor(NN) | | Returns color of text element at index n1 as vector4
will use drawn memory if n2 is 0 or cache memory if n2 is 1.
|
| E:egpColor(NNNN) | | Sets the color of element at index n1 to vec( n2 , n3 , n4 ).
|
| E:egpToMouse(E) | | When e is a player who is aiming at the egp it will return thier aim position relative to the screen as vector2, OOtherwise it will return vec2(-1,-1)
|
| E:egpPos1(NNN) | | Set position1 of element at index n1 to vector2( n2 , n3 ).
|
| XWL:egpRemove(N) | | Emptys the memory of the element indexed at n.
|
| E:egpCircle(NV2V2) | | Index Position Size
Create a circle element at index.
|
| XWL:egpTriangle(NNNNN) | | Index X1 Y1 X2 Y2 X3 Y3
Create a triangle element at index.
|
| E:egpLine(NNNNNV) | | Index X1 Y1 X2 Y2 Color
Create a line element at index.
|
| XWL:egpMaterial(NS) | | Sets the material of element at n to s.
|
| E:egpBoxOutline(NV2V2V) | | Index Position Size Color
Create a boxoutline element at index.
|
| XWL:egpCircle(NV2V2V) | | Index Position Size Color
Create a circle element at index.
|
| XWL:egpBoxOutline(NV2V2) | | Index Position Size
Create a boxoutline element at index.
|
| XWL:egpPos(NV2) | | Set position of element at index n to v2.
|
| XWL:egpText(NSNN) | | Index Text X Y
Create a text element at index.
|
| E:egpGetPos1(NN) | | Returns psoition1 of element at index n1 as vector2
will use drawn memory if n2 is 0 or cache memory if n2 is 1.
|
| E:egpBox(NV2V2) | | Index Position Size
Create a box element at index.
|
| E:egpBoxOutline(NNNNNV) | | Index X Y Width Height Color
Create a boxoutline element at index.
|
| XWL:egpBox(NV2V2) | | Index Position Size
Create a box element at index.
|
| E:egpGetPos2(NN) | | Returns psoition2 of element at index n1 as vector2
will use drawn memory if n2 is 0 or cache memory if n2 is 1.
|
| E:egpGetText(NN) | | Returns text of text element at index n1 as string
will use drawn memory if n2 is 0 or cache memory if n2 is 1.
|
| E:egpGetPos(NN) | | Returns psoition of element at index n1 as vector2
will use drawn memory if n2 is 0 or cache memory if n2 is 1.
|
| E:egpPosX1(NN) | | Set the X position1 of element at index n1 to n2.
|
| E:egpPos1(NV2) | | Set position1 of element at index n to v2.
|
| XWL:egpMaterialFromScreen(NXWL) | | Sets the material of element at index n to the wiredisplay of enity of xwl.
|
| XWL:egpDraw() | | Process the EGP's cache to its draw memory, Retuns 1 if it has drawn , Retuns 0 if it has not draw.
|
| E:egpGetElements(N) | | Returns an arry of all element index's being used
will use drawn memory if n is 0 or cache memory if n is 1.
|
| E:egpPolyColor(NVA) | | Index Color Vertex-Array
Create a polygon element at index.
|
| E:egpPolyColor(NV...) | | Index Color (...)
Create a polygon element at index using all vector's and vector2's as a Vertex-Array.
|
| XWL:egpCanDraw() | | Returns 1 if the EGP can draw at that time, Retuns 0 if not.
|
| E:egpPolyColor(NV4A) | | Index Color Vertex-Array
Create a polygon element at index.
|
| E:egpPoly(N...) | | Index (...)
Create a polygon element at index using all vector's and vector2's as a Vertex-Array.
|
| E:egpText(NSNN) | | Index Text X Y
Create a text element at index.
|
| XWL:egpTextLayout(NSNNNNV) | | Index Text X Y X Y Color
Create a TextLayout element at index.
|
| XWL:egpPos(NNN) | | Set position of element at index n1 to vector2( n2 , n3 ).
|
| E:egpTextLayout(NSNNNNV4) | | Index Text X Y X Y Color
Create a TextLayout element at index.
|
| XWL:egpTriangle(NV2V2V2V4) | | Index Position1 Position2 Position3 Color
Create a triangle element at index.
|
| E:egpTextLayout(NSNNNNV) | | Index Text X Y X Y Color
Create a TextLayout element at index.
|
| E:egpPos2(NV2) | | Set position2 of element at index n to v2.
|
| E:egpTextLayout(NSNNNN) | | Index Text X Y Width Height
Create a TextLayout element at index.
|
| XWL:egpClear() | | Emptys all memory on the egp.
|
| XWL:egpPosX2(NN) | | Set the X position2 of element at index n1 to n2.
|
| E:egpTextLayout(NSV2V2V4) | | Index Text Position Size Color
Create a TextLayout element at index.
|
| E:egpTextLayout(NSV2V2V) | | Index Text Position Size Color
Create a TextLayout element at index.
|
| XWL:egpCircle(NNNNN) | | Index X Y Width Height
Create a circle element at index.
|
| XWL:egpText(NSNNV4) | | Index Text X Y Color
Create a text element at index.
|
| E:egpText(NSV2V4) | | Index Text Position Color
Create a text element at index.
|
| E:egpTriangle(NNNNNV4) | | Index X1 Y1 X2 Y2 X3 Y3 Color
Create a triangle element at index.
|
| E:egpTriangle(NNNNNV) | | Index X1 Y1 X2 Y2 X3 Y3 Color
Create a triangle element at index.
|
| XWL:egpGetElements(N) | | Returns an arry of all element index's being used
will use drawn memory if n is 0 or cache memory if n is 1.
|
| E:egpBox(NNNNN) | | Index X Y Width Height
Create a box element at index.
|
| E:egpTriangle(NNNNN) | | Index X1 Y1 X2 Y2 X3 Y3
Create a triangle element at index.
|
| XWL:egpLine(NNNNNV) | | Index X1 Y1 X2 Y2 Color
Create a line element at index.
|
| XWL:egpGetPos2(NN) | | Returns psoition2 of element at index n1 as vector2
will use drawn memory if n2 is 0 or cache memory if n2 is 1.
|
| E:egpTriangle(NV2V2V2) | | Index Position1 Position2 Position3
Create a triangle element at index.
|
| E:egpCircle(NNNNNV4) | | Index X Y Width Height Color
Create a circle element at index.
|
| E:egpCircle(NNNNNV) | | Index X Y Width Height Color
Create a circle element at index.
|
| XWL:egpPoly(N...) | | Index (...)
Create a polygon element at index using all vector's and vector2's as a Vertex-Array.
|
| E:egpCircle(NV2V2V) | | Index Position Size Color
Create a circle element at index.
|
| E:egpLine(NNNNN) | | Index X1 Y1 X2 Y2
Create a line element at index.
|
| XWL:egpColor(NNNNN) | | Sets the color of element at index n1 to vec4( n2 , n3 , n4 , n5).
|
| E:egpLine(NV2V2V4) | | Index Position1 Position2 Color
Create a line element at index.
|
| XWL:egpPolyColor(NVA) | | Index Color Vertex-Array
Create a polygon element at index.
|
| E:egpLine(NV2V2) | | Index Position1 Position2
Create a line element at index.
|
| E:egpSetFont(NSN) | | Sets the font/size of text of a text element at index n1 to Font:s Size:n2.
|
| E:egpBoxOutline(NNNNNV4) | | Index X Y Width Height Color
Create a boxoutline element at index.
|
| E:egpBoxOutline(NV2V2V4) | | Index Position Size Color
Create a boxoutline element at index.
|
| XWL:egpColor(NNNN) | | Sets the color of element at index n1 to vec( n2 , n3 , n4 ).
|
| XWL:egpColor(NV3) | | Sets the color of element at index n as vec4( Red , Blue , Green ).
|
| E:egpGetColor(NN) | | Returns color of text element at index n1 as vector4
will use drawn memory if n2 is 0 or cache memory if n2 is 1.
|
| XWL:egpPolyColor(NV4A) | | Index Color Vertex-Array
Create a polygon element at index.
|
| XWL:egpLine(NV2V2V4) | | Index Position1 Position2 Color
Create a line element at index.
|
| E:egpCanDraw() | | Returns 1 if the EGP can draw at that time, Retuns 0 if not.
|
| XWL:egpBoxOutline(NV2V2V4) | | Index Position Size Color
Create a boxoutline element at index.
|
| XWL:egpCircle(NV2V2V4) | | Index Position Size Color
Create a circle element at index.
|
| XWL:egpPoly(NA) | | Index Vertex-Array
Create a polygon element at index.
|
| XWL:egpSetFont(NSN) | | Sets the font/size of text of a text element at index n1 to Font:s Size:n2.
|
| XWL:egpBox(NNNNNV4) | | Index X Y Width Height Color
Create a box element at index.
|
| E:egpPosY(NN) | | Set the Y position of element at index n1 to n2.
|
| XWL:egpPolyColor(NV...) | | Index Color (...)
Create a polygon element at index using all vector's and vector2's as a Vertex-Array.
|
| XWL:egpPolyColor(NV4...) | | Index Color (...)
Create a polygon element at index using all vector's and vector2's as a Vertex-Array.
|
| XWL:egpBox(NNNNN) | | Index X Y Width Height
Create a box element at index.
|
| XWL:egpPos1(NV2) | | Set position1 of element at index n to v2.
|
| XWL:egpPos2(NNN) | | Set position2 of element at index n1 to vector2( n2 , n3 ).
|
| E:egpBox(NV2V2V) | | Index Position Size Color
Create a box element at index.
|
| XWL:egpPosY2(NN) | | Set the Y position2 of element at index n1 to n2.
|
| E:egpTriangle(NV2V2V2V4) | | Index Position1 Position2 Position3 Color
Create a triangle element at index.
|
| XWL:egpLine(NV2V2V) | | Index Position1 Position2 Color
Create a line element at index.
|
| E:egpTextLayout(NSV2V2) | | Index Text Position Size
Create a TextLayout element at index.
|
| E:egpColor(NV4) | | Sets the color of element at index n as vec4( Red , Blue , Green , Alpha ).
|
| E:egpRemove(N) | | Emptys the memory of the element indexed at n.
|
| XWL:egpLine(NNNNN) | | Index X1 Y1 X2 Y2
Create a line element at index.
|
| E:egpBoxOutline(NV2V2) | | Index Position Size
Create a boxoutline element at index.
|
| XWL:egpLine(NV2V2) | | Index Position1 Position2
Create a line element at index.
|
| XWL:egpText(NSNNV) | | Index Text X Y Color
Create a text element at index.
|
| XWL:egpLine(NNNNNV4) | | Index X1 Y1 X2 Y2 Color
Create a line element at index.
|
| XWL:egpBoxOutline(NNNNNV4) | | Index X Y Width Height Color
Create a boxoutline element at index.
|
| XWL:egpTextLayout(NSV2V2V4) | | Index Text Position Size Color
Create a TextLayout element at index.
|
| E:egpPosY2(NN) | | Set the Y position2 of element at index n1 to n2.
|
| XWL:egpTextLayout(NSV2V2V) | | Index Text Position Size Color
Create a TextLayout element at index.
|
| XWL:egpTriangle(NV2V2V2) | | Index Position1 Position2 Position3
Create a triangle element at index.
|
| XWL:egpToMouse(E) | | When e is a player who is aiming at the egp it will return thier aim position relative to the screen as vector2, OOtherwise it will return vec2(-1,-1)
|
| XWL:egpFont(NSN) | | Sets the font/size of text of a text element at index n1 to Font:s Size:n2.
|
| E:egpPosX2(NN) | | Set the X position2 of element at index n1 to n2.
|
| E:egpFont(NSN) | | Sets the font/size of text of a text element at index n1 to Font:s Size:n2.
|
| E:egpPos2(NNN) | | Set position2 of element at index n1 to vector2( n2 , n3 ).
|
| E:egpBox(NNNNNV) | | Index X Y Width Height Color
Create a box element at index.
|
| XWL:egpTextLayout(NSNNNN) | | Index Text X Y Width Height
Create a TextLayout element at index.
|
| XWL:egpMaterialFromScreen(NE) | | Sets the material of element at index n to the wiredisplay of e.
|
| E:egpSize(NV2) | | Set the size of element at index n to v2.
|
| XWL:egpBox(NV2V2V) | | Index Position Size Color
Create a box element at index.
|
| XWL:egpBoxOutline(NNNNNV) | | Index X Y Width Height Color
Create a boxoutline element at index.
|
| XWL:egpGetElement(NN) | | Returns element at index n as a tabel
will use drawn memory if n2 is 0 or cache memory if n2 is 1.
|
| XWL:egpTriangle(NNNNNV4) | | Index X1 Y1 X2 Y2 X3 Y3 Color
Create a triangle element at index.
|
| XWL:egpPosY1(NN) | | Set the Y position1 of element at index n1 to n2.
|
| XWL:egpText(NSV2V) | | Index Text Position Color
Create a text element at index.
|
| XWL:egpCircle(NNNNNV) | | Index X Y Width Height Color
Create a circle element at index.
|
| XWL:egpTriangle(NV2V2V2V) | | Index Position1 Position2 Position3 Color
Create a triangle element at index.
|
| E:egpClear(A) | | Emptys all memory inside cells on egp effecting elements indexed inside array.
|