TopBottom (Property): Difference between revisions
From Goodblox Wiki
Jump to navigationJump to search
Pizzaboxer (talk | contribs) (Created page with "{{CatUp|Properties}} {{Property| name = TopBottom |property = Enum ''TopBottom'' |description = Sets what part of the side of the Parent the object is on. |object = GBX...") |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{CatUp|Properties}} | {{CatUp|Properties}} | ||
{{Property| | {{Property| | ||
name = TopBottom | name = TopBottom | ||
Line 7: | Line 6: | ||
|object = [[GBX.lua.Hole|Hole]] | |object = [[GBX.lua.Hole|Hole]] | ||
|}} | |}} | ||
{| class="wikitable" width=100% border="1" cellspacing="0" cellpadding="4" style="background-color: #fdd; border: 1px solid #f00;" | {| class="wikitable" width=100% border="1" cellspacing="0" cellpadding="4" style="background-color: #fdd; border: 1px solid #f00;" |
Latest revision as of 22:53, 23 September 2021
Property | |
---|---|
Name | TopBottom |
Property | Enum TopBottom |
Description: | Sets what part of the side of the Parent the object is on. |
In Object: | Hole |
Enum | Name | Description |
0 | Top | On the top of the side. |
1 | Center | On the center of the side. |
2 | Bottom | On the bottom of the side. |