ALFA.Shared CampaignDatabase in C# (CSharp): 5 esempi trovati. Questi sono i migliori esempi reali in C# (CSharp) per ALFA.Shared.CampaignDatabase, estratti da progetti open source. Li puoi valutare, per aiutarci a migliorare la qualità dei nostri esempi.
The CampaignDatabase class encapsulates support for interacting with the StoreCampaignObject and RetrieveCampaignObject script functions. It allows CLR code to be registered to handle specific calls to both of these script functions, via the StoreCampaignDatabaseEvent and RetrieveCampaignDatabaseEvent events, respectively. These two events allow code to either receive a serialized, GFF-format version of a game object, or to instantiate a game object from a GFF-format serialized buffer.