User contributions for Anders

From Crumbled World Wiki
A user with 200 edits. Account created on 5 July 2025.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

5 July 2025

  • 14:2014:20, 5 July 2025 diff hist +280 N PanelSizeTypeCreated page with "{{:PanelSizeTypeExampleCode}} ==Enum== {| class="wikitable" !|Name !|Value !|Description |- |WindowPercent |0 | |- |ParentPercent |1 | |- |Pixel |2 | |- |WindowPercentBasedOnX |3 | |- |WindowPercentBasedOnY |4 | |- |ParentPercentBasedOnX |5 | |- |ParentPercentBasedOnY |6 | |- |}" current
  • 14:1914:19, 5 July 2025 diff hist +1,584 N PanelSizeCreated page with "{{:PanelSizeExampleCode}} ==Constructor== {| class="wikitable" !|function !|description |- |PanelSize(Vec2 size) | |- |PanelSize(Vec2 size, PanelSizeType type) | |- |PanelSize(Vec2 size, Vec2 scale) | |- |PanelSize(Vec2 size, Vec2 scale, PanelSizeType type) | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- |PanelSize |getMinSize() |Returns the minimum panel size. |- |PanelSize |..." current
  • 14:1914:19, 5 July 2025 diff hist +6,687 N PanelCreated page with "{{:PanelExampleCode}} ==Constructor== {| class="wikitable" !|function !|description |- |Panel(PanelSize size) | |- |Panel(Panel panel) | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- | |clear() |Clear panel from all children. |- | |clearEvents() |Clear panel from all events. |- |Panel |add(Panel panel) |Add child panel. |- | |Panel:addRenderObject(Scene2DNode..."
  • 14:1914:19, 5 July 2025 diff hist +2,185 N TextFieldCreated page with "{{:TextFieldExampleCode}} ==Inheritance== Panel ==Constructor== {| class="wikitable" !|function !|description |- |TextField(PanelSize size) | |- |TextField(PanelSize size, string text) | |- |TextField(PanelSize size, Text text) | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- |Text |getText() |Get text. |- |int |getInt() |Get int. |- |float |TextField:getFloat()|ge..." current
  • 14:1914:19, 5 July 2025 diff hist +2,885 N TextAreaCreated page with "{{:TextAreaExampleCode}} ==Inheritance== Panel ==Constructor== {| class="wikitable" !|function !|description |- |TextArea(PanelSize size) | |- |TextArea(PanelSize size, string fileName) | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- |{string()} |getOpenFiles() |Return a list of all current opend files. |- |string |getOpenedFile() |Get the current opened file. |-..." current
  • 14:1914:19, 5 July 2025 diff hist +1,535 N SpriteCreated page with "{{:SpriteExampleCode}} ==Inheritance== Render2DNode ==Constructor== {| class="wikitable" !|function !|description |- |Sprite(Vec3 color) | |- |Sprite(Vec4 color) | |- |Sprite(Texture texture) | |- |Sprite(Texture texture, Vec2 uvCoordMin, Vec2 uvCoordMax) | |- |Sprite(Sprite sprite) | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- | |setPosition(Vec2 position)..." current
  • 14:1814:18, 5 July 2025 diff hist +2,016 N SliderCreated page with "{{:SliderExampleCode}} ==Inheritance== Panel ==Constructor== {| class="wikitable" !|function !|description |- |Slider(PanelSize size) | |- |Slider(PanelSize size, float minValue, float maxValue) | |- |Slider(PanelSize size, float minValue, float maxValue, float startValue) | |- |Slider(PanelSize size, float minValue, float maxValue, float startValue, string text) | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- |floa..." current
  • 14:1814:18, 5 July 2025 diff hist +456 N ScrollBarCreated page with "{{:ScrollBarExampleCode}} ==Functions== {| class="wikitable" !|return !|function !|description |- |float |getScrollOffset() | |- |float |getMaxScrollOffset() | |- | |setScrollOffset(float offset) | |- | |setVisible(bool visible) | |- | |setColor(Vec4 color) | |- |}" current
  • 14:1814:18, 5 July 2025 diff hist +968 N Scene2DNodeCreated page with "{{:Scene2DNodeExampleCode}} ==Constructor== {| class="wikitable" !|function !|description |- |Scene2DNode() | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- | |addChild(Scene2DNode node) | |- |bool |getVisible() | |- |Vec2 |getGlobalPosition() | |- |Vec2 |getLocalPosition() | |- |Scene2DNode |..." current
  • 14:1814:18, 5 July 2025 diff hist +61 N Render2DNodeCreated page with "{{:Render2DNodeExampleCode}} ==Inheritance== Scene2DNode" current
  • 14:1814:18, 5 July 2025 diff hist +2,719 N ProgressBarCreated page with "{{:ProgressBarExampleCode}} ==Inheritance== Button ==Constructor== {| class="wikitable" !|function !|description |- |ProgressBar(PanelSize size) | |- |ProgressBar(PanelSize size, Text text, float value) | |- |ProgressBar(ProgressBar progressBar) | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- |float |getValue() |Get from value. |- | |setValue(float value)..." current
  • 14:1714:17, 5 July 2025 diff hist +1,223 N TextNodeCreated page with "{{:TextNodeExampleCode}} ==Inheritance== Render2DNode ==Constructor== {| class="wikitable" !|function !|description |- |TextNode() | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- |Vec2 |getTextSize() | |- | |setAnchor(Anchor anchor) | |- | |setAlignment(Alignment alignment) |Set text height in pixel. |- | |Te..." current
  • 14:1714:17, 5 July 2025 diff hist +933 N Node2DMeshCreated page with "{{:Node2DMeshExampleCode}} ==Inheritance== Render2DNode ==Constructor== {| class="wikitable" !|function !|description |- |Node2DMesh() | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- | |clearMesh() | |- | |compile() | |- |Vec4 |getVertexColor(int index) | |- |Vec3 |getVertexPosition(int ind..." current
  • 14:1714:17, 5 July 2025 diff hist +287 N LayoutCreated page with "{{:LayoutExampleCode}} ==Functions== {| class="wikitable" !|return !|function !|description |- | |setPanelSpacing(PanelSize size) |Set panel spacing |- |PanelSize |getPanelSpacing() |Get panel spacing |- |}" current
  • 14:1714:17, 5 July 2025 diff hist +2,303 N LabelCreated page with "{{:LabelExampleCode}} ==Inheritance== Panel ==Constructor== {| class="wikitable" !|function !|description |- |Label(PanelSize size, string text) | |- |Label(PanelSize size, string text, Vec3 textColor) | |- |Label(PanelSize size, string text, Vec4 textColor) | |- |Label(PanelSize size, string text, Alignment align) | |- |Label(PanelSize size, string text, Vec3 textColor, Alignment align) | |- |Label(Pan..."
  • 14:0914:09, 5 July 2025 diff hist +137 N ImageLayoutCreated page with "{{:ImageLayoutExampleCode}} ==Enum== {| class="wikitable" !|Name !|Value !|Description |- |FILL |0 | |- |FIT |1 | |- |STRETCH |2 | |- |}" current
  • 14:0814:08, 5 July 2025 diff hist +1,344 N ImageCreated page with "{{:ImageExampleCode}} ==Inheritance== Panel ==Constructor== {| class="wikitable" !|function !|description |- |Image(PanelSize size, string fileName) | |- |Image(PanelSize size, Text fileName) | |- |Image(PanelSize size, Texture texture) | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- |Texture |getTexture() |get texture. |- | |setTexture(Text ima..." current
  • 14:0814:08, 5 July 2025 diff hist +1,487 N GL StateCreated page with "{{:GL_StateExampleCode}} ==Class name== {| class="wikitable" !|GL_State |- |} ==Enum== {| class="wikitable" !|Name !|Description |- |ALPHA_TEST | |- |AUTO_NORMAL | |- |BLEND | |- |COLOR_LOGIC_OP | |- |COLOR_MATERIAL | |- |COLOR_SUM | |- |COLOR_TABLE | |- |CONVOLUTION_1D | |- |CONVOLUTION_2D | |- |CULL_FACE | |- |DEPTH_TEST | |- |DITHER | |- |FOG | |- |HISTOGRAM | |- |INDEX_LOGIC_OP | |- |LINE_SMOOTH | |- |LINE_STIPPLE | |- |MAP1_COLOR_4 | |- |MAP1_INDEX | |- |MAP1_NOR..." current
  • 14:0814:08, 5 July 2025 diff hist +235 N GL BlendEquationCreated page with "{{:GL_BlendEquationExampleCode}} ==Class name== {| class="wikitable" !|GL_BlendEquation |- |} ==Enum== {| class="wikitable" !|Name !|Description |- |FUNC_ADD | |- |FUNC_SUBTRACT | |- |FUNC_REVERSE_SUBTRACT | |- |MIN | |- |MAX | |- |}" current
  • 14:0714:07, 5 July 2025 diff hist +451 N GL BlendCreated page with "{{:GL_BlendExampleCode}} ==Class name== {| class="wikitable" !|GL_Blend |- |} ==Enum== {| class="wikitable" !|Name !|Description |- |ZERO | |- |ONE | |- |SRC_COLOR | |- |ONE_MINUS_SRC_COLOR | |- |DST_COLOR | |- |ONE_MINUS_DST_COLOR | |- |SRC_ALPHA | |- |ONE_MINUS_SRC_ALPHA | |- |DST_ALPHA | |- |ONE_MINUS_DST_ALPHA | |- |CONSTANT_COLOR | |- |ONE_MINUS_CONSTANT_COLOR | |- |CONSTANT_ALPHA | |- |ONE_MINUS_CONSTANT_ALPHA | |- |SRC_ALPHA_SATURATE | |}" current
  • 14:0714:07, 5 July 2025 diff hist +182 N GL ClearCreated page with "{{:GL_BlendExampleCode}} ==Class name== {| class="wikitable" !|GL_Clear |- |} ==Enum== {| class="wikitable" !|Name !|Description |- |DEPTH_BUFFER_BIT | |- |COLOR_BUFFER_BIT | |- |}" current
  • 14:0714:07, 5 July 2025 diff hist +1,189 N GLCreated page with "{{:GLExampleCode}} ==Static functions== {| class="wikitable" !|return !|function !|description |- | |enable(GL_State state) | |- | |disable(GL_State state) | |- | |depthMask(bool enable) | |- | |blendFunc(GL_Blend sFactor, GL_Blend dfactor) | |- | |blendEquation(GL_Bl..." current
  • 14:0714:07, 5 July 2025 diff hist +731 N RenderSceneCreated page with "{{:RenderSceneExampleCode}} ==Functions== {| class="wikitable" !|return !|function !|description |- | |beginRender3D() | |- | |endRenderToDefferdBuffer() | |- | |endRender3D() | |- | |beginRender2D() | |- | |endRender2D() | |- |bool |canRender3D() | |- |bool |RenderScene:isM..." current
  • 13:4613:46, 5 July 2025 diff hist +365 N ListSplittedMeshCreated page with "{{:ListSplittedMeshExampleCode}} ==Functions== {| class="wikitable" !|return !|function !|description |- |int |[ListSplittedMesh:size()|size]]() |Returns the list size. |- |SplittedMesh |item(int index) |Return a value. |- | |add(SplittedMesh mesh) |Add a SplittedMesh. |- |}" current
  • 13:4613:46, 5 July 2025 diff hist +319 N VectorVec2Created page with "{{:vectorVec2NodeExampleCode}} ==Functions== {| class="wikitable" !|return !|function !|description |- |int |[vectorVec2:size()|size]]() |Returns the list size. |- |Vec2 |item(int index) |Return a value. |- | |add(Vec2 vector) |Add a vector. |- |}" current
  • 13:4513:45, 5 July 2025 diff hist +319 N VectorVec3Created page with "{{:vectorVec3NodeExampleCode}} ==Functions== {| class="wikitable" !|return !|function !|description |- |int |[vectorVec3:size()|size]]() |Returns the list size. |- |Vec3 |item(int index) |Return a value. |- | |add(Vec3 vector) |Add a vector. |- |}" current
  • 13:4513:45, 5 July 2025 diff hist −57 LuaNo edit summary
  • 13:4313:43, 5 July 2025 diff hist +663 N HighScoreCreated page with " {{:HighScoreExampleCode}} ==Functions== {| class="wikitable" !|return !|function !|description |- |{string} |getAllMapNames() | |- |string |getCurrentMapName() | |- |{name=String(),score=int()} |getHeighScore(string mapName, int startIndex, int endIndex) | |- | |HighScore:getHighScoreList(string mapName, int difficulty, string gam..." current
  • 13:4313:43, 5 July 2025 diff hist +684 N GridLayoutCreated page with "{{:GridLayoutExampleCode}} ==Inheritance== Layout ==Constructor== {| class="wikitable" !|function !|description |- |GridLayout(int rows, int columns) | |- |GridLayout(int rows, int columns, Alignment align) | |- |GridLayout(int rows, int columns, PanelSize panelSpacing) | |- |GridLayout(int rows, int columns, Alignment align, PanelSize panelSpacing) | |- |GridLayout(GridLayout gridLayout) | |- |} ==Functions== {| class="wikitable" !|return !|..." current
  • 13:4313:43, 5 July 2025 diff hist +1,941 N GradientCreated page with "{{:GradientExampleCode}} ==Inheritance== Render2DNode ==Constructor== {| class="wikitable" !|function !|description |- |Gradient() | |- |Gradient(Vec3 color) | |- |Gradient(Vec4 color) | |- |Gradient(Vec3 topColor, Vec3 bottomColor) | |- |Gradient(Vec4 topColor, Vec4 bottomColor) | |- |Gradient(Vec3 topLeftColor, Vec3 topRightColor, Vec3 bottomLeftColor, Vec3 bottomRightColor) | |- |Gradient(Vec4 topLeftColor, Vec4 t..."
  • 13:4313:43, 5 July 2025 diff hist +1,489 N FormCreated page with "{{:FormExampleCode}} ==Inheritance== Panel ==Constructor== {| class="wikitable" !|function !|description |- |Form(Camera camera, PanelSize size) | |- |Form(Camera camera, PanelSize size, Alignment align) | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- | |destroy() |Destroy the form and all children. |- |Work |getWorkUpdater() |Get the form last work handler. |- |i..."
  • 13:4213:42, 5 July 2025 diff hist +2,996 N FreeFormButtonDesignCreated page with "{{:FreeFormButtonDesignExampleCode}} ==Constructor== {| class="wikitable" !|function !|description |- |FreeFormButtonDesign() | |- |FreeFormButtonDesign(PanelSizeType type) | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- | |setDisabledMesh() |This mesh is shown when the button is disabled |- | |setDefaultMesh() |This mesh is shown when the button is enabled and..." current
  • 13:4213:42, 5 July 2025 diff hist +2,215 N FreeFormLabelCreated page with "{{:FreeFormLabelExampleCode}} ==Inheritance== Panel ==Constructor== {| class="wikitable" !|function !|description |- |Label(PanelSizeType sizeType, Vec2 position, string text, float textHeight) | |- |Label(PanelSizeType sizeType, Vec2 position, string text, float textHeight, Vec3 textColor) | |- |Label(PanelSizeType sizeType, Vec2 position, string text, float textHeight, Vec4 textColor) | |- |Label(PanelSizeType sizeType, Vec2..." current
  • 13:4213:42, 5 July 2025 diff hist +1,294 N FreeFormButtonCreated page with "{{:FreeFormButtonExampleCode}} ==Inheritance== Panel ==Constructor== {| class="wikitable" !|function !|description |- |FreeFormButton(Vec2 centerPos, FreeFormButtonDesign design) | |- |FreeFormButton(Vec2 centerPos, FreeFormButtonDesign design, Texture textureName, Vec2 minCoord, Vec2 maxCoord) | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- | |FreeFormButton:setColor(Vec3 innerRingColorTop, Vec3 inner..." current
  • 13:4213:42, 5 July 2025 diff hist +1,299 N FreeFormSpriteCreated page with "{{:FreeFormSpriteExampleCode}} ==Inheritance== Panel ==Constructor== {| class="wikitable" !|function !|description |- |FreeFormSprite(PanelSizeType sizeType, Vec2 minPos, Vec2 maxPos, Vec3 color) | |- |FreeFormSprite(PanelSizeType sizeType, Vec2 minPos, Vec2 maxPos, Vec4 color) | |- |FreeFormSprite(PanelSizeType sizeType, Vec2 minPos, Vec2 maxPos, string texture) | |- |FreeFormSprite(PanelSizeType sizeType, Vec2..." current
  • 13:4213:42, 5 July 2025 diff hist +1,013 N FreeFormLineCreated page with "{{:FreeFormLineExampleCode}} ==Inheritance== Panel ==Constructor== {| class="wikitable" !|function !|description |- |FreeFormLine() | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- | |addLine(Vec2 p1, Vec2 p2, float lineWitdh, Vec3 color1, Vec3 color2, Vec3 color3) |Add line |- | |FreeFormButton:addLine(Vec2 p1,..." current
  • 13:4113:41, 5 July 2025 diff hist +177 N FreeFormLayoutCreated page with "{{:FreeFormLayoutExampleCode}} ==Inheritance== Layout ==Constructor== {| class="wikitable" !|function !|description |- |FreeFormLayout(PanelSize panelSpacing) | |- |}" current
  • 13:4113:41, 5 July 2025 diff hist +598 N FlowLayoutCreated page with "{{:FlowLayoutExampleCode}} ==Inheritance== Layout ==Constructor== {| class="wikitable" !|function !|description |- |FlowLayout(Alignment align) | |- |FlowLayout(PanelSize panelSpacing) | |- |FlowLayout(Alignment align, PanelSize panelSpacing) | |- |FlowLayout(FallLayout fallLayout) | |- |FlowLayout() | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- |Alignment |getAlignment()..." current
  • 13:4113:41, 5 July 2025 diff hist +695 N FileWindowCreated page with "{{:FileWindowExampleCode}} ==Constructor== {| class="wikitable" !|function !|description |- |FileWindow(Camera aCamera, String windowTitle, String folder) | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- | |setDefaultFileData(String data) |If a new file is created the file is given this data. |- | |setFileExtension..." current
  • 13:4113:41, 5 July 2025 diff hist +589 N FallLayoutCreated page with "{{:FallLayoutExampleCode}} ==Inheritance== Layout ==Constructor== {| class="wikitable" !|function !|description |- |FallLayout(Alignment align) | |- |FallLayout(PanelSize panelSpacing) | |- |FallLayout(Alignment align, PanelSize panelSpacing) | |- |FallLayout(FallLayout fallLayout) | |- |FallLayout() | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- |Alignment |getAlignment() |Get Ali..." current
  • 13:4113:41, 5 July 2025 diff hist +992 N ComboBoxCreated page with "{{:ComboBoxExampleCode}} ==Inheritance== Panel ==Constructor== {| class="wikitable" !|function !|description |- |ComboBox(PanelSize size) | |- |ComboBox(PanelSize size, string text) | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- |Text |getText() |Get text. |- |int |getInt() |Get text. |- |float |getFloat() |Get text. |- | |ComboBox:setText(string te..." current
  • 13:4013:40, 5 July 2025 diff hist +602 N ColorPickerCreated page with "{{:ColorPickerExampleCode}} ==Inheritance== Panel ==Constructor== {| class="wikitable" !|function !|description |- |ColorPicker(PanelSize size) | |- |ColorPicker(PanelSize size, Vec3 color) | |- |ColorPicker(PanelSize size, Vec4 color) |colow.w value is not used. |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- |Vec3 |getColor() |Get color. |- | |setColor(..." current
  • 13:4013:40, 5 July 2025 diff hist +410 N CheckBoxCreated page with "{{:CheckBoxExampleCode}} ==Inheritance== Panel ==Constructor== {| class="wikitable" !|function !|description |- |CheckBox(PanelSize size) | |- |CheckBox(PanelSize size, bool selected) | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- | |setSelected(bool selected) | |- |bool |getSelected() | |- |}" current
  • 13:4013:40, 5 July 2025 diff hist +393 N ButtonStyleCreated page with "{{:ButtonStyleExampleCode}} ==Enum== {| class="wikitable" !|Name !|Value !|Description |- |SQUARE |0 |Squared styled button. |- |SQUARE_LIGHT |1 |Squared styled button with a light middle. |- |ROUNDED_CORNER |2 |Button with rounded corners. |- |ROUND_EDGE |3 |Button left and right side of button is round. |- |RADIENT |4 | |- |SIMPLE |5 |Squared styled button, with hard colored edges. |- |}" current
  • 13:3913:39, 5 July 2025 diff hist +3,943 N ButtonCreated page with "{{:ButtonExampleCode}} ==Inheritance== Panel ==Constructor== {| class="wikitable" !|function !|description |- |Button(PanelSize size) | |- |Button(PanelSize size, string text) | |- |Button(PanelSize size, text text) | |- |Button(PanelSize size, string text, ButtonStyle style) | |- |Button(PanelSize size, Text text, ButtonStyle style) | |- |Button(PanelSize size, Texture texture, Vec2 uvCoordMin, Vec2..." current
  • 13:3913:39, 5 July 2025 diff hist +998 N BorderSizeCreated page with "{{:BorderSizeExampleCode}} ==Constructor== {| class="wikitable" !|function !|description |- |BorderSize(Vec4 size) | |- |BorderSize(Vec4 size, bool useOnlyYAxisForSizeCalculation) | |- |BorderSize(Vec4 size, PanelSizeType type) | |- |BorderSize(Vec4 size, PanelSizeType type, bool useOnlyYAxisForSizeCalculation) | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- |Vec4 |getSize() |Returns..." current
  • 13:3913:39, 5 July 2025 diff hist +850 N DoubleBorderCreated page with "{{:BorderExampleCode}} ==Inheritance== BaseBorder ==Constructor== {| class="wikitable" !|function !|description |- |DoubleBorder(BorderSize border1Size, Vec3 border1color, BorderSize border2Size, Vec3 border2color) | |- |DoubleBorder(BorderSize border1Size, Vec4 border1color, BorderSize border2Size, Vec4 border2color) | |- |DoubleBorder(BorderSize border1Size, Vec3 border1color, BorderSize borderSpaceSize, Vec3 borde..." current
  • 13:3913:39, 5 July 2025 diff hist +1,363 N BorderCreated page with "{{:BorderExampleCode}} ==Inheritance== BaseBorder ==Constructor== {| class="wikitable" !|function !|description |- |Border(BorderSize size, Vec3 color) | |- |Border(BorderSize size, Vec4 color) | |- |Border(BorderSize size, Vec3 outreEdgeColor, Vec3 innreEdgeColor) | |- |Border(BorderSize size, Vec4 outreEdgeColor, Vec4 innreEdgeColor) | |- |Border(Border border) | |- |} ==Functions== {| class="wikitable" !|return !|functio..." current
  • 13:3913:39, 5 July 2025 diff hist +277 N AnchorCreated page with "{{:AnchorExampleCode}} ==Enum== {| class="wikitable" !|Name !|Value !|Description |- |TOP_LEFT |0 | |- |TOP_CENTER |1 | |- |TOP_RIGHT |2 | |- |MIDDLE_LEFT |3 | |- |MIDDLE_CENTER |4 | |- |MIDDLE_RIGHT |5 | |- |BOTTOM_LEFT |6 | |- |BOTTOM_CENTER |7 | |- |BOTTOM_RIGHT |8 | |- |}" current
  • 13:3813:38, 5 July 2025 diff hist +280 N AlignmentCreated page with "{{:AlignmentExampleCode}} ==Enum== {| class="wikitable" !|Name !|Value !|Description |- |TOP_LEFT |0 | |- |TOP_CENTER |1 | |- |TOP_RIGHT |2 | |- |MIDDLE_LEFT |3 | |- |MIDDLE_CENTER |4 | |- |MIDDLE_RIGHT |5 | |- |BOTTOM_LEFT |6 | |- |BOTTOM_CENTER |7 | |- |BOTTOM_RIGHT |8 | |- |}" current
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)