5 lines
298 B
Markdown
Raw Permalink Normal View History

2024-10-12 17:19:46 +08:00
# FUNC_Private
Value: 0x00040000
Description: Function is accessible only in the class it is defined in (cannot be overridden, but function name may be reused in subclasses. IOW: if overridden, parameters don't need to match, and Super.Func() cannot be accessed since it's private.)
Feature: Trait