<p>Am 06.02.2017 02:37 schrieb "Ryan Joseph" <<a href="mailto:ryan@thealchemistguild.com">ryan@thealchemistguild.com</a>>:<br>
><br>
> I tried class functions in records already but I got the error "Class methods must be static in records”. Not sure what that means but I assumed they don’t work either.</p>
<p>You need to add the "static" modifier to the method. Class functions in records can't have a self parameter and the "static" disables that. That's why.</p>
<p>Regards,<br>
Sven</p>