Static methods

@:native("NetGameserverBasketAddItem")staticNetGameserverBasketAddItem(itemData:Dynamic, quantity:Int):Bool

@:native("NetGameserverBasketApplyServerData")staticNetGameserverBasketApplyServerData(p0:Dynamic, p1:Dynamic):Bool

@:native("NetGameserverBasketDelete")staticNetGameserverBasketDelete():Bool

NativeDB Introduced: v372

@:native("NetGameserverBasketEnd")staticNetGameserverBasketEnd():Bool

@:native("NetGameserverBasketIsFull")staticNetGameserverBasketIsFull():Bool

@:native("NetGameserverBasketStart")staticNetGameserverBasketStart(transactionId:Dynamic, categoryHash:Int, actionHash:Int, flags:Int):Bool

@:native("NetGameserverBeginService")staticNetGameserverBeginService(transactionId:Dynamic, categoryHash:Int, itemHash:Int, actionTypeHash:Int, value:Int, flags:Int):Bool

@:native("NetGameserverCatalogIsReady")staticNetGameserverCatalogIsReady():Bool

@:native("NetGameserverCatalogItemExists")staticNetGameserverCatalogItemExists(name:String):Bool

@:native("NetGameserverCatalogItemExistsHash")staticNetGameserverCatalogItemExistsHash(hash:Int):Bool

@:native("NetGameserverCheckoutStart")staticNetGameserverCheckoutStart(transactionId:Int):Bool

@:native("NetGameserverDeleteCharacterSlot")staticNetGameserverDeleteCharacterSlot(slot:Int, transfer:Bool, reason:Int):Bool

@:native("NetGameserverDeleteCharacterSlotGetStatus")staticNetGameserverDeleteCharacterSlotGetStatus():Int

@:native("NetGameserverDeleteSetTelemetryNonceSeed")staticNetGameserverDeleteSetTelemetryNonceSeed():Bool

@:native("NetGameserverEndService")staticNetGameserverEndService(transactionId:Int):Bool

@:native("NetGameserverGetBalance")staticNetGameserverGetBalance(inventory:Bool, playerbalance:Bool):Bool

Note: only one of the arguments can be set to true at a time

@:native("NetGameserverGetCatalogState")staticNetGameserverGetCatalogState(state:Dynamic):Bool

@:native("NetGameserverGetPrice")staticNetGameserverGetPrice(itemHash:Int, categoryHash:Int, p2:Bool):Int

bool is always true in game scripts  

@:native("NetGameserverGetTransactionManagerData")staticNetGameserverGetTransactionManagerData(p0:Dynamic, p1:Dynamic):Bool

@:native("NetGameserverIsCatalogValid")staticNetGameserverIsCatalogValid():Bool

@:native("NetGameserverIsSessionRefreshPending")staticNetGameserverIsSessionRefreshPending():Bool

@:native("NetGameserverIsSessionValid")staticNetGameserverIsSessionValid(charSlot:Int):Bool

@:native("NetGameserverSessionApplyReceivedData")staticNetGameserverSessionApplyReceivedData(charSlot:Int):Bool

@:native("NetGameserverSetTelemetryNonceSeed")staticNetGameserverSetTelemetryNonceSeed(p0:Int):Bool

@:native("NetGameserverStartSession")staticNetGameserverStartSession(charSlot:Int):Bool

@:native("NetGameserverTransferBankToWallet")staticNetGameserverTransferBankToWallet(charSlot:Int, amount:Int):Bool

@:native("NetGameserverTransferCashGetStatus")staticNetGameserverTransferCashGetStatus():Int

Same as 0x350AA5EBC03D3BD2

@:native("NetGameserverTransferCashGetStatus_2")staticNetGameserverTransferCashGetStatus2():Int

Same as 0x23789E777D14CE44

@:native("NetGameserverTransferCashSetTelemetryNonceSeed")staticNetGameserverTransferCashSetTelemetryNonceSeed():Bool

Used to be NETWORK_SHOP_CASH_TRANSFER_SET_TELEMETRY_NONCE_SEED

@:native("NetGameserverTransferWalletToBank")staticNetGameserverTransferWalletToBank(charSlot:Int, amount:Int):Bool

@:native("NetGameserverUseServerTransactions")staticNetGameserverUseServerTransactions():Bool

NativeDB Introduced: v1290