Ferreteria/v0.5/feature/access

From Woozle Writes Code
< Ferreteria‎ | v0.5‎ | feature
Revision as of 22:26, 11 December 2022 by Woozle (talk | contribs) (Created page with "{{fmt/title|accessing Feature objects}} To get the singleton controller object for a feature, use <code>{{arg|Feature class}}::Me()</code>. This will create the object if nece...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
accessing Feature objects

To get the singleton controller object for a feature, use <Feature class>::Me(). This will create the object if necessary, and ensures that there is only one object per Feature class.

Most of the Feature methods you'll need are in caFeature's grandparent class, caPortIOBank (see also portbank).