26 September 2024
- 18:1118:11, 26 September 2024 diff hist −228 Event (type) No edit summary
- 17:4617:46, 26 September 2024 diff hist +354 Event (type) No edit summary Tag: Visual edit: Switched
- 17:3017:30, 26 September 2024 diff hist +894 N Event (type) Created page with "The event type is used for events such as `events TICK`. To create an event function, use one of the following. <syntaxHighlight lang="lua"> function events[EVENT]() end -- OR events[EVENT]:register(function() end) -- optionally as a name argument to allow removal </syntaxHighlight> {| class="wikitable" |- ! | Method ! | Description |- | remove | Takes in a [https://lua.org/manual/5.1/manual.html#5.4 string] with the name of the event, and removes it, stopping it from..." Tag: Visual edit: Switched
- 15:3415:34, 26 September 2024 diff hist +147 User:TheKillerBunny/global-example No edit summary current
- 15:3115:31, 26 September 2024 diff hist +21 User:TheKillerBunny/global-example No edit summary
- 15:2915:29, 26 September 2024 diff hist +125 N User:TheKillerBunny/global-example Created page with "== Methods == {| class="wikitable" |- ! Method ! Args ! Returns |- ! | Method | Type arg1, Colors color | Type |}"
- 13:5313:53, 26 September 2024 diff hist +983 N Colors Created page with "{| class="wikitable" |- ! style="background-color: #5EA5FF;" | AWESOME_BLUE | #5EA5FF |- ! style="background-color: #99BBEE;" | SOFT_BLUE | #99BBEE |- ! style="background-color: #00F0FF;" | BLUE | #00F0FF |- ! style="background-color: #A672EF;" | PURPLE | #A672EF |- ! style="background-color: #FF2400;" | RED | #FF2400 |- ! style="background-color: #FFC400;" | ORANGE | #FFC400 |- ! style="background-color: #F8C53A;" | CHEESE | #F8C53A |- ! style="background-color: #5555FF..."
- 13:3613:36, 26 September 2024 diff hist +1,058 N User:TheKillerBunny/Colors Created page with "= THIS IS A PROPOSAL FOR THE PAGE WITH COLORS INTERNALLY USED BY FIGURA = {| class="wikitable" |- ! style="background-color: #5EA5FF;" | AWESOME_BLUE | #5EA5FF |- ! style="background-color: #A672EF;" | PURPLE | #A672EF |- ! style="background-color: #00F0FF;" | BLUE | #00F0FF |- ! style="background-color: #99BBEE;" | SOFT_BLUE | #99BBEE |- ! style="background-color: #FF2400;" | RED | #FF2400 |- ! style="background-color: #FFC400;" | ORANGE | #FFC400 |- ! style="backgroun..." current Tag: Visual edit: Switched
- 00:1500:15, 26 September 2024 diff hist +1,552 N User:TheKillerBunny Created page with "=''' Hi there, I'm TheKillerBunny! '''= I am a person that exists == [https://github.com/Figura-Goofballs/GoofyPlugin '''GoofyPlugin'''] == The group Figura Goofballs (name totally not stolen), which I am the "main developer" of has an addon for Figura called [https://github.com/Figura-Goofballs/GoofyPlugin '''GoofyPlugin''']. The most useful feature is shown below: * Error event: <syntaxhighlight lang="lua"> function events.ERROR(messageg) -- Handler code if handle..."