Skip to content

Empty BB Class

Enduriel edited this page Jun 10, 2024 · 2 revisions

File Path: /scripts/mods/msu/empty_bb_class

This is deprecated as with the introduction of Modern Hooks this is no longer necessary.

The empty BB class has the sole purpose of being inherited by another BB class, which allows the usage of ´mods_hookExactClass´.

Usage

this.my_new_class <- this.inherit(::MSU.BBClass.Empty, {
    ...
})
Clone this wiki locally