VerseWiki
VerseWiki
  • Table of Contents
  • Import Expressions
  • 01. Common Naming Patterns
  • 02. Names
  • 03. Formatting
  • 04. Functions
  • 05. Failure Checks
  • 06. Encapsulation
  • 07. Events
  • 08. Concurrency
  • 09. Attributes
  • 10. Constructors
  • 11. Class & Specifiers
  • 12. Math
  • 13. Containers
  • πŸ“˜Fortnite Digest
  • πŸ“—Unreal Engine Digest
  • πŸ“•Verse Digest
  • EG: Onboarding Guide
  • EG: Verse Programming
  • EG: Language Reference
  • EG: Official API
  • EG: Verse Scripting
  • EG: Dev Community
  • EG: Community Snippets
  • View on Github Wiki
Powered by GitBook
On this page

Was this helpful?

09. Attributes

9.1 Separate Attributes

  • Put attributes on a separate line. It’s more readable, especially if multiple attributes are added to the same identifier. For example:

    @editable
    MyField:int = 42
Previous08. ConcurrencyNext10. Constructors

Last updated 1 year ago

Was this helpful?