wiki.icculus.org
[ front page | index | search | recent changes | git repo | offline html ]

PHYSFS_isInit

Determine if the PhysicsFS library is initialized.

Header File

Defined in <physfs.h>

Syntax

int PHYSFS_isInit(void);

Return Value

(int) Returns non-zero if library is initialized, zero if library is not.

Remarks

Once PHYSFS_init() returns successfully, this will return non-zero. Before a successful PHYSFS_init() and after PHYSFS_deinit() returns successfully, this will return zero. This function is safe to call at any time.

Thread Safety

It is safe to call this function from any thread.

Version

This function is available since PhysicsFS 2.0.0.

See Also


CategoryAPI, CategoryAPIFunction, CategoryPhysicsFS


[ edit | delete | history | feedback | raw ]

All wiki content is licensed under Creative Commons Attribution 4.0 International (CC BY 4.0).
Wiki powered by ghwikipp.