T3:Actor
From IFWiki
Actor is the T3 class for animated beings. This includes people, animals, aliens and robots.
Code Compare: Player character | |
ADRIFT 4: | The player variable and the Amend Player dialog box |
Inform 6: | The player variable and the selfobj object |
Inform 7: | The player variable and the yourself object |
TADS 2: | The basicMe class |
TADS 3: | The gPlayerChar macro and the Actor class |
Code Compare: Non-player character | |
ADRIFT 4: | The Character dialog box (Add a Character/Edit Character) |
Inform 6: | The animate attribute |
Inform 7: | The animal, person, man, and woman kinds |
TADS 2: | The Actor class |
TADS 3: | The Actor, UntakeableActor, and Person classes |
This article is a stub. You can help IFWiki by expanding it.
TODO: More details
TODO: More details