Ferreteria/v0.6/clade/Sys/Events/InputItem

From WoozleCodes
Jump to navigation Jump to search
clade: Sys\Events\InputItem
Clade Family
(none) InputItem
Clade Aliases
Alias Clade
Subpages

About

  • Purpose: common interface for accessing request data
    • This is just an interface.
  • Used by:

History

Code

as of 2026-05-11:

interface iInputItem {
    function SName() : string;
}