Skip to content

Commit

Permalink
p59.2
Browse files Browse the repository at this point in the history
  • Loading branch information
igorseabra4 committed Apr 18, 2020
1 parent 88e2c74 commit bd60c3b
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -989,6 +989,16 @@ public uint PlaceTemplate(Vector3 position, int layerIndex, out bool success, re
{
((AssetSFX)asset).SFXFlag08 = 0x03;
((AssetSFX)asset).SFXFlag09 = 0xE6;
((AssetSFX)asset).LinksBFBB = new LinkBFBB[]
{
new LinkBFBB(EndianConverter.PlatformEndianness(platform), false)
{
Arguments_Float = new float[4],
TargetAssetID = asset.AHDR.assetID,
EventReceiveID = EventBFBB.ScenePrepare,
EventSendID = EventBFBB.Play
}
};
}
else
{
Expand Down

0 comments on commit bd60c3b

Please sign in to comment.