![]() |
Scol standard library package
0.3.1
Common and usefull functions for all Scol applications
|
Functions | |
| b3d_infoFullscreenModes () | |
| Get fullscreen video modes supported by the host.Prototype: fun [] [S r1]. | |
| b3d_infoLib () | |
| Version's informations about this libraryPrototype: fun [] [S S S]. | |
| b3d_infoMultiSamplingModes (flag) | |
| Get multi sampling modes supported by the host.Prototype: fun [] [S r1]. | |
| b3d_infoSys () | |
| This is a conivence function. It returns several infos about the system. These infos are the same than provided by 'SO3GetGeneralInfo' function but they are formatted.Prototype: fun [] S. | |
Detailed Description
Function Documentation
| b3d_infoLib | ( | ) |
Version's informations about this libraryPrototype: fun [] [S S S].
- Returns
- [S S S] : versions : SO3Engine, Ogre3d and this library.
| b3d_infoFullscreenModes | ( | ) |
Get fullscreen video modes supported by the host.Prototype: fun [] [S r1].
- Returns
- [S r1] : supported modes.
| b3d_infoMultiSamplingModes | ( | flag | ) |
Get multi sampling modes supported by the host.Prototype: fun [] [S r1].
- Returns
- [S r1] : supported modes.
| b3d_infoSys | ( | ) |
This is a conivence function. It returns several infos about the system. These infos are the same than provided by 'SO3GetGeneralInfo' function but they are formatted.Prototype: fun [] S.
- Returns
- S : informations system.
- Remarks
- This function can take few seconds before return.
Generated on Sat Jan 31 2015 19:15:43 for Scol standard library package by
1.8.1.2

