ข้ามไปเนื้อหา

ผลต่างระหว่างรุ่นของ "CuneiForm"

เพิ่มขึ้น 789 ไบต์ ,  8 เมษายน 2567
บรรทัดที่ 164: บรรทัดที่ 164:
=== Notes on Keyword Arguments ===
=== Notes on Keyword Arguments ===
==== MASTER-adjacents ====
==== MASTER-adjacents ====
Back to the [[#Define]] section, we are introduced to a number of {{code|MASTER_xxx}} variables. Those variables set at form definition act as the default values for each form type. However, developers can feed an overriding value that applies only to the form being initiated using a corresponding non-master keyword (e.g. use keyword {{code|instacalc}} to override the class's {{code|MASTER_instacalc}}).


The option to modify object-specific values after initiation is also available. However, since value packing and manipulation occurs during initiation, some details should be noted:
* '''skipseqs''', '''skipcols''', '''firstonly''', and '''autorun''' are normal form attributes and can easily be accessed and modified.
* '''sptypes''' is distributed and packed as field attributes.


==== Know Your Place ====
==== Know Your Place ====