Composite Types in Verse
Create a unique type through the use of composite types. Verse offers several ways you can do this.
-
[

Class
A class is a template for creating objects with similar behaviors and properties (fields and methods).](/docs/documentation/en-us/fortnite/class-in-verse.md)
-
[

Enum
An enum is a type used to store named sets of things.](/docs/documentation/en-us/fortnite/enum-in-verse.md)
-
[

Struct
A struct is a way to group several related variables together.](/docs/documentation/en-us/fortnite/struct-in-verse.md)
-
[

Subclass
A subclass is a class that extends the definition of another class by adding or modifying the fields and methods of the other class.](/docs/documentation/en-us/fortnite/subclass-in-verse.md)
-
[

You're reading a preview
The full reference is free for BrainDeadGuild Discord members — sign in to read it all, or open the original at the source.
Sign in with your BrainDead.TV / BrainDeadGuild Discord account for full access.