# Source URL: https://dev.epicgames.com/documentation/en-us/fortnite/class-in-verse
# Local doc: epic-docs/documentation/en-us/fortnite/class-in-verse.md
# Section: Self
DisplayMessage(Pet:pet, Message:string) : void = …
cat := class:
…
Meow() : void = DisplayMessage(Self, Sound)
Verse Library
verse
05 Self
Demonstrates calling a standalone function from a class method while passing the current instance as Self.
extracted-snippets/documentation/en-us/fortnite/class-in-verse/05-self.verse