2024-02-15 15:10:22 -08:00
<!DOCTYPE html> < html > < head > < style > table { font-family : arial , sans-serif ; border-collapse : collapse ; width : 100 % ; } . tab { margin-left : 40 px ; } td , th { text-align : left ; padding : 8 px ; } tr : nth-child ( even ) { background-color : #dddddd ; } div # expand { display : block ; } < / style > < / head > < body > < img src = "svg/PackedItemUseLegacyInventoryTransaction.svg" alt = "PackedItemUseLegacyInventoryTransaction" >
2024-11-07 15:04:41 -08:00
< br > < table > < col width = "10%" > < col width = "90%" > < tr > < th > Field Name< / th > < th > Field Notes< / th > < / tr > < tr > < td > mTransaction->mTransaction< / td >
< td > Our ComplexInventoryTransaction contains an InventoryTransaction within it< / td >
< / tr > < tr > < td > Trigger Type< / td >
2024-07-17 13:35:22 -07:00
< td > PlayerInput if it's a direct result from a player's initial button input, SimulationTick if the player is holding down the input button started from a previous tick.< / td >
2024-11-07 14:34:16 -08:00
< / tr > < tr > < td > From Position< / td >
< td > Where the player thinks they are when sending this< / td >
2024-07-17 13:35:22 -07:00
< / tr > < / table > < / body > < / html >