PathEngine home previous: iTestBed::render_Offset()next: iTestBed::saveCameraPosition()
Contents, API Reference, Interfaces, iTestBed, reportError

iTestBed::reportError()

Description

Report an error.

Syntax

void reportError(const char* type, const char* errorString);

Parameters

type A C string specifying the type of error.
errorString A C string containing a human readable description of the error.

C# Mapping

void reportError(string type, string errorString);

Java Mapping

void reportError(String type, String errorString);

Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEnginenext: iTestBed::saveCameraPosition()