GetServerBaseAsset ()
method
Gets name of the base asset in terminal.
Syntax
public static Asset GetServerBaseAsset ()
Return
Asset
Example
using System;
using System.Collections;
using System.Collections.Generic;
using System.Text;
using System.Drawing;
using PTLRuntime.NETScript;
namespace GetServerBaseAssetExamples
{
public class GetServerBaseAssetExamples : NETStrategy
{
public override void OnQuote()
{
Print(Asset.GetServerBaseAsset());
}
}
}
Discussion
Join PTMC community to post your comments
No comments yet. Be the first.