5 lines
298 B
Markdown
5 lines
298 B
Markdown
|
# 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
|