A.F9
B.F10
C.F11
D.F12
您可能感興趣的試卷
你可能感興趣的試題
A.functionclientCmdTellMessage(%sender,%msgString){}
B.functionclientCmdTellMessage(%client,%sender,%msgString){}
C.functionclientCmdTellMessage(%client,%function,%sender,%msgString){}
D.functionclientCmdTellMessage(%client,%function,%sender,%msgString){};
A.createServer("SinglePlayer","control/data/maps/book_ch4.mis");
B.createServer("MultiPlayer","control/data/maps/book_ch4.mis");
C.createServer("MultiPlayer",control/data/maps/book_ch4.mis);
D.createServer("SinglePlayer",control/data/maps/book_ch4.mis);
A. MyObject.aproperty = 42;
B. "MyObject".aproperty = 42;
C. %objname = MyObject; %objname.aproperty = 42;
D. %objname =42; %objname.aproperty = 42;
設(shè)某客戶端有一直接通訊函數(shù)CommandToServer(’TellEveryone’,%msg);其中,第二個參數(shù)是一個字符串。服務(wù)器端有一響應(yīng)函數(shù)
functionServerCmdTellEveryone(%client,%value){}
那么,%client的值是()
A.該客戶端的GameConnection句柄
B.一個索引號,表示該客戶端在客戶端組中的編號
C.%msg的值,即一個字符串
D.‘TellEveryone’
以下代碼的輸出結(jié)果是()
datablockPlayerData(objdata)
{
shapeFile="./player.dts";
};
functionobjdata::func(%var)
{
echo(%var);
}
objdata.func();
A.沒有輸出
B.0
C.objdata
D.編譯錯誤
最新試題
下面哪個光源不是分析光源?()
采用大系統(tǒng)小做策略拆分模塊后的后臺分布式系統(tǒng),將具備以下哪些?()
DB層的機(jī)器故障一般會引發(fā)哪兩個問題?()
關(guān)于骨骼蒙皮動畫,以下說法正確的是()。
對于游戲物理引擎來說,以下哪項不是剛體模擬的屬性?()
點到四面體的距離算法(點在四面體外的情況)()。
凸包與凸包之間的碰撞檢測適用什么算法?()
光柵化階段無法完成下面哪些功能?()
關(guān)于迭代,以下描述最正確的是()。
關(guān)于剛性階層動畫,以下說法正確的是()。