戻り値とは、呼び出し側に関数が返す任意の値です。 ただし、ここでは特に割り当て演算子(=)で取得する値を意味します。 たとえば以下のようになります。
// Get the user path from the application object var sPath = Application.InstallationPath( siUserPath ); Application.LogMessage( sPath + " is the working path for the User." );
Softimage では、一部のスクリプト コマンドおよびメソッドで戻り値が使用されます。 たとえば、X3DObject.AddModel メソッドは作成するモデルを返しますが、X3DObject.RemoveChild メソッドは何も削除しません。