Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 801 Bytes

step-1-mod-structure.md

File metadata and controls

24 lines (14 loc) · 801 Bytes
description
Classes? Wrappers? What?

Step 1: Mod structure

Summary

Created: Apr 02 2024 by manavortex
Last documented edit: ??? by your name

This page will give you an overview about a redfile's structure and how to pick the right one for your use case.

Classes

In which cases do you need a class? When is it enough to just put functions at the root level?

This section should have a short example for a minimal class. If there are multiple options, they should go in their own section after Functions

Functions

Can you even define own functions out of a class? I sure don't know

if you don't need a class, it's enough to do stuff with functions at the root level of your file. When exactly is that?