User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 04:42, 26 June 2011 (diff | hist) . . (+412) . . N love.audio.getVolume (Español) (Created page with "Devuelve el volumen principal. == Function == === Synopsis === <source lang="lua"> volume = love.audio.getVolume( ) </source> === Arguments === None. === Returns === {{param|numb...") (current)
- 04:41, 26 June 2011 (diff | hist) . . (+11) . . love.audio.pause (Español) (current)
- 04:40, 26 June 2011 (diff | hist) . . (+516) . . N love.audio.pause (Español) (Created page with "Pausa todo el audio. == Function == === Synopsis === <source lang="lua"> love.audio.pause( ) </source> === Arguments === None. === Returns === Nothing. == Function == === Synopsi...")
- 04:38, 26 June 2011 (diff | hist) . . (+407) . . N love.audio.play (Español) (Created page with "Reproduce el origen especificado. == Function == === Synopsis === <source lang="lua"> love.audio.play( source ) </source> === Arguments === {{param|Source|source|El origen especi...") (current)
- 04:37, 26 June 2011 (diff | hist) . . (+554) . . N love.audio.resume (Español) (Created page with "Se reanuda todo el audio. == Function == === Synopsis === <source lang="lua"> love.audio.resume( ) </source> === Arguments === None. === Returns === Nothing. == Function == === S...") (current)
- 04:35, 26 June 2011 (diff | hist) . . (+559) . . N love.audio.rewind (Español) (Created page with "Rebobina todo el audio de reproducción. == Function == === Synopsis === <source lang="lua"> love.audio.rewind( ) </source> === Arguments === None. === Returns === Nothing. == Fu...") (current)
- 04:33, 26 June 2011 (diff | hist) . . (+11) . . love.audio.setOrientation (Español) (current)
- 04:33, 26 June 2011 (diff | hist) . . (+525) . . N love.audio.setOrientation (Español) (Created page with "Define la orientación del oyente. == Function == === Synopsis === <source lang="lua"> love.audio.setOrientation( fx, fy, fz, ux, uy, uz ) </source> === Arguments === {{param|num...")
- 04:33, 26 June 2011 (diff | hist) . . (+552) . . N love.audio.setPosition (Español) (Created page with "Establece la posición del oyente, que determina cómo reproducir sonidos. == Function == === Synopsis === <source lang="lua"> love.audio.setPosition( x, y, z ) </source> === Arg...") (current)
- 04:32, 26 June 2011 (diff | hist) . . (+11) . . love.audio.setVelocity (Español) (current)
- 04:31, 26 June 2011 (diff | hist) . . (+536) . . N love.audio.setVelocity (Español) (Created page with "Establece la velocidad del oyente. == Function == === Synopsis === <source lang="lua"> love.audio.setVelocity( x, y, z ) </source> === Arguments === {{param|number|x|La velocidad...")
- 04:28, 26 June 2011 (diff | hist) . . (+11) . . love.audio.setVolume (Español) (current)
- 04:28, 26 June 2011 (diff | hist) . . (+409) . . N love.audio.setVolume (Español) (Created page with "Ajusta el volumen principal. == Function == === Synopsis === <source lang="lua"> love.audio.setVolume( volume ) </source> === Arguments === {{param|number|volume|1.0f es el maxim...")
- 04:27, 26 June 2011 (diff | hist) . . (+583) . . N love.audio.stop (Español) (Created page with "Detiene todas las de reproducción de audio. == Function == === Synopsis === <source lang="lua"> love.audio.stop( ) </source> === Arguments === None. === Returns === Nothing. == ...") (current)
- 04:25, 26 June 2011 (diff | hist) . . (+580) . . N love.audio.getOrientation (Español) (Created page with "Devuelve la orientación del listener. == Function == === Synopsis === <source lang="lua"> fx, fy, fz, ux, uy, uz = love.audio.getOrientation( ) </source> === Arguments === None....")
- 04:21, 26 June 2011 (diff | hist) . . (+515) . . N love.audio.getPosition (Español) (Created page with "Devuelve la posición del listener. == Function == === Synopsis === <source lang="lua"> x, y, z = love.audio.getPosition( ) </source> === Arguments === None. === Returns === {{pa...")
- 04:20, 26 June 2011 (diff | hist) . . (+576) . . N love.audio.getVelocity (Español) (Created page with "Devuelve la velocidad del agente del listener. == Function == === Synopsis === <source lang="lua"> x, y, z = love.audio.getVelocity( ) </source> === Arguments === None. === Retur...") (current)
- 04:18, 26 June 2011 (diff | hist) . . (+530) . . N love.audio.getNumSources (Español) (Created page with "Obtiene el número actual de las fuentes simultáneas de juego. == Function == === Synopsis === <source lang="lua"> numSources = love.audio.getNumSources( ) </source> === Argumen...")
- 04:14, 26 June 2011 (diff | hist) . . (+625) . . N Source:setDirection (Español) (Created page with "{{newin|0.7.0|070|type=function}} Establece el vector director de la Fuente. Un vector cero hace que la fuente no tenga direccional. == Function == === Synopsis === <source l...") (current)
- 04:12, 26 June 2011 (diff | hist) . . (+477) . . N Source:setLooping (Español) (Created page with "Establece si la fuente debería hacer un bucle. == Function == === Synopsis === <source lang="lua"> Source:setLooping( loop ) </source> === Arguments === {{param|boolean|loop|Tru...") (current)
- 04:10, 26 June 2011 (diff | hist) . . (+645) . . N Source:setPitch (Español) (Created page with "Establece el tono de la Fuente. == Function == === Synopsis === <source lang="lua"> Source:setPitch( pitch ) </source> === Arguments === {{param|number|pitch|Calculado con respec...") (current)
- 04:07, 26 June 2011 (diff | hist) . . (+531) . . N Source:setPosition (Español) (Created page with "{{newin|0.7.0|070|type=function}} Establece la posición de la Fuente. == Function == === Synopsis === <source lang="lua"> Source:setPosition( x, y, z ) </source> === Argumen...") (current)
- 04:05, 26 June 2011 (diff | hist) . . (+672) . . N Source:setVelocity (Español) (Created page with "{{newin|0.7.0|070|type=function}} Establece la velocidad de la fuente. Esto '''no''' cambia la posición de la Fuente, pero permite a la aplicación saber, cómo se ha de ca...") (current)
- 04:02, 26 June 2011 (diff | hist) . . (-28) . . Source:stop
- 04:01, 26 June 2011 (diff | hist) . . (+360) . . N Source:stop (Español) (Created page with "{{newin|0.7.0|070}} Detiene la reproducción de la Fuente. == Function == === Synopsis === <source lang="lua"> Source:stop() </source> === Arguments === None. === Returns ===...") (current)
- 04:01, 26 June 2011 (diff | hist) . . (-29) . . Source:stop
- 03:58, 26 June 2011 (diff | hist) . . (+11) . . Source:setVolume (Español) (current)
- 03:58, 26 June 2011 (diff | hist) . . (+440) . . N Source:setVolume (Español) (Created page with "Ajusta el volumen actual de la Fuente. == Function == === Synopsis === <source lang="lua"> Source:setVolume( volume ) </source> === Arguments === {{param|number|volume|El volumen...")
- 03:57, 26 June 2011 (diff | hist) . . (+47) . . Source:stop
- 03:57, 26 June 2011 (diff | hist) . . (+366) . . N Source:resume (Español) (Created page with "{{newin|0.7.0|070|type=function}} Reanuda una fuente de una pausa. == Function == === Synopsis === <source lang="lua"> Source:resume() </source> === Arguments === None. === R...") (current)
- 03:56, 26 June 2011 (diff | hist) . . (+342) . . N Source:rewind (Español) (Created page with "{{newin|0.7.0|070|type=function}} Rebobina una fuente. == Function == === Synopsis === <source lang="lua"> Source:rewind() </source> === Arguments === None. === Returns === N...") (current)
- 03:54, 26 June 2011 (diff | hist) . . (+372) . . N Source:play (Español) (Created page with "{{newin|0.7.0|070|type=function}} Inicia la reproducción de la Fuente. == Function == === Synopsis === <source lang="lua"> Source:play() </source> === Arguments === None. ==...") (current)
- 03:52, 26 June 2011 (diff | hist) . . (+332) . . N Source:pause (Español) (Created page with "{{newin|0.7.0|070|type=function}} Pausa la Fuente. == Function == === Synopsis === <source lang="lua"> Source:pause() </source> === Arguments === None. === Returns === Nothin...") (current)
- 03:51, 26 June 2011 (diff | hist) . . (+434) . . N Source:isStopped (Español) (Created page with "Indica si la fuente se detiene. == Function == === Synopsis === <source lang="lua"> stopped = Source:isStopped( ) </source> === Arguments === None. === Returns === {{param|boolea...") (current)
- 03:39, 26 June 2011 (diff | hist) . . (+22) . . Source:isStatic (Español) (current)
- 03:39, 26 June 2011 (diff | hist) . . (+553) . . N Source:isStatic (Español) (Created page with "{{newin|0.7.0|070|type=function}} Indica si la fuente es estático. Ver definición SourceType.static para tener más informaciones. == Function =...")
- 03:37, 26 June 2011 (diff | hist) . . (+351) . . N SourceType (Español) (Created page with "Tipos de fuentes de audio. == Constants == ;static: Decodificar el sonido de una vez. ;stream: Corriente del sonido, decodificador de forma gradual. == See Also == * [[parent::lo...") (current)
- 03:32, 26 June 2011 (diff | hist) . . (+450) . . N Source:isPaused (Español) (Created page with "Indica si la fuente está en pausa. == Function == === Synopsis === <source lang="lua"> paused = Source:isPaused( ) </source> === Arguments === None. === Returns === {{param|bool...")
- 03:31, 26 June 2011 (diff | hist) . . (+423) . . N Source:isLooping (Español) (Created page with "Indica si la fuente se repite. == Function == === Synopsis === <source lang="lua"> loop = Source:isLooping( ) </source> === Arguments === None. === Returns === {{param|boolean|lo...") (current)
- 03:29, 26 June 2011 (diff | hist) . . (+456) . . N Source:getVolume (Español) (Created page with "Obtiene el volumen actual de la Fuente. == Function == === Synopsis === <source lang="lua"> volume = Source:getVolume( ) </source> === Arguments === None. === Returns === {{param...") (current)
- 03:27, 26 June 2011 (diff | hist) . . (+11) . . Source:getVelocity (Español) (current)
- 03:26, 26 June 2011 (diff | hist) . . (+563) . . N Source:getVelocity (Español) (Created page with "{{newin|0.7.0|070|type=function}} Obtiene la velocidad de la Fuente. == Function == === Synopsis === <source lang="lua"> x, y, z = Source:getVelocity( ) </source> === Argumen...")
- 03:24, 26 June 2011 (diff | hist) . . (+526) . . N Source:getPosition (Español) (Created page with "{{newin|0.7.0|070|type=function}} Obtiene la posición de la Fuente. == Function == === Synopsis === <source lang="lua"> x, y, z = Source:getPosition( ) </source> === Argumen...") (current)
- 03:21, 26 June 2011 (diff | hist) . . (+413) . . N Source:getPitch (Español) (Created page with "Obtiene el tono actual de la Fuente. == Function == === Synopsis === <source lang="lua"> pitch = Source:getPitch( ) </source> === Arguments === None. === Returns === {{param|numb...") (current)
- 03:18, 26 June 2011 (diff | hist) . . (+3) . . Source:getDirection (Español) (current)
- 03:17, 26 June 2011 (diff | hist) . . (-11) . . Source:getDirection (Español)
- 03:14, 26 June 2011 (diff | hist) . . (+573) . . N Source:getDirection (Español) (Created page with "{{newin|0.7.0|070|type=function (Español)}} Obtiene la dirección de la Fuente. == Function == === Synopsis === <source lang="lua"> x, y, z = Source:getDirection( ) </source...")
- 03:10, 26 June 2011 (diff | hist) . . (+940) . . N Object:typeOf (Español) (Created page with "Comprueba si un objeto es de un tipo determinado. Si el objeto tiene el tipo con el nombre especificado en su jerarquía, esta función devolverá true. == Function == === Synop...")
- 03:03, 26 June 2011 (diff | hist) . . (-11) . . Object (Español) (current)
- 03:01, 26 June 2011 (diff | hist) . . (+8) . . Object (Español)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)