Home

function: sayHello


sayHello(type: string): void

Logs out the version and renderer information for this running instance of PIXI.
If you don't want to see this message you can run PIXI.utils.skipHello() before
creating your renderer. Keep in mind that doing that will forever makes you a jerk face.

Params:

Name Type Attribute Description
type

The string renderer type to log.

Returns:

void

  {
    "comment": "/**\n * Logs out the version and renderer information for this running instance of PIXI.\n * If you don't want to see this message you can run `PIXI.utils.skipHello()` before\n * creating your renderer. Keep in mind that doing that will forever makes you a jerk face.\n *\n * @static\n * @function sayHello\n * @memberof PIXI.utils\n * @param {string} type - The string renderer type to log.\n */",
    "meta": {
        "range": [
            5118,
            5505
        ],
        "filename": "index.js",
        "lineno": 220,
        "path": "C:\\Users\\beaujeup\\projects\\jsdoc-template\\examples\\pixi.js\\pixi.js-repo\\src\\core\\utils",
        "code": {}
    },
    "description": "

Logs out the version and renderer information for this running instance of PIXI.
If you don't want to see this message you can run PIXI.utils.skipHello() before
creating your renderer. Keep in mind that doing that will forever makes you a jerk face.

", "scope": "static", "kind": "function", "name": "sayHello", "memberof": "PIXI.utils", "params": [ { "type": { "names": [ "string" ] }, "description": "

The string renderer type to log.

", "name": "type" } ], "longname": "PIXI.utils.sayHello", "___id": "T000002R004392", "___s": true, "filepath": "core\\utils\\index.js" }