Difference between revisions of "Event Connection.PinPopulate"
From Flowcode Help
Jump to navigationJump to search (XML import) |
|||
Line 1: | Line 1: | ||
− | + | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | |
− | Sent when auto-populate of digital connections is requested | + | |- |
− | + | | width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]] | |
− | + | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''PinPopulate''' | |
− | + | |- | |
− | + | | colspan="2" | Sent when auto-populate of digital connections is requested | |
− | + | |- | |
− | == | + | |- |
− | [[ | + | | width="10%" align="center" | [[File:Fc9-string-icon.png]] - STRING |
− | + | | width="90%" | PropName | |
− | + | |- | |
− | [[ | + | | colspan="2" | The property to base the other connections on |
− | + | |- | |
− | + | | width="10%" align="center" | [[File:Fc9-u16-icon.png]] - UINT | |
− | [[ | + | | width="90%" | PortIndex |
− | + | |- | |
− | + | | colspan="2" | The index of the port selected in PropName | |
− | [[ | + | |- |
− | + | | width="10%" align="center" | [[File:Fc9-u16-icon.png]] - UINT | |
− | + | | width="90%" | BitIndex | |
− | + | |- | |
− | [[ | + | | colspan="2" | The index of the bit selected in PropName |
− | + | |- | |
− | + | | width="10%" align="center" | [[File:Fc9-s16-icon.png]] - INT | |
− | + | | width="90%" | IncrementStep | |
− | + | |- | |
− | == | + | | colspan="2" | May update to increment or decrement connections on auto-populate |
− | [[ | + | |- |
− | Non-zero to claim the event | + | | width="10%" align="center" | [[File:Fc9-string-icon.png]] - STRING |
+ | | width="90%" | NameFilter | ||
+ | |- | ||
+ | | colspan="2" | May update for a wildcard filter of property names to auto-populate | ||
+ | |- | ||
+ | | width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-void-icon.png]] - Non-zero to claim the event | ||
+ | | width="90%" style="border-top: 2px solid #000;" | ''Return'' | ||
+ | |} | ||
Revision as of 11:42, 16 January 2023
Detailed description
No additional information
Examples
No additional examples