User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 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)
- 02:55, 26 June 2011 (diff | hist) . . (+11) . . Object:type (Español)
- 02:54, 26 June 2011 (diff | hist) . . (+666) . . N Object:type (Español) (Created page with "Obtiene el tipo del objeto como una cadena(string). == Function == === Synopsis === <source lang="lua"> type = Object:type() </source> === Arguments === None. === Returns === {{...")
- 02:47, 26 June 2011 (diff | hist) . . (0) . . love.audio (Español)
- 02:43, 26 June 2011 (diff | hist) . . (+451) . . N string (Español) (Created page with "Las cadenas(Strings) tienen el significado habitual: una secuencia de caracteres. Lua es de ocho bits limpio y así las cadenas pueden contener caracteres con cualquier valor num...") (current)
- 02:39, 26 June 2011 (diff | hist) . . (+4) . . love.audio.newSource (Español)
- 02:38, 26 June 2011 (diff | hist) . . (-4) . . love.audio.newSource (Español)
- 02:37, 26 June 2011 (diff | hist) . . (0) . . love.audio.newSource (Español)
- 02:35, 26 June 2011 (diff | hist) . . (0) . . love.audio.newSource (Español)
- 02:34, 26 June 2011 (diff | hist) . . (+1,989) . . N love.audio.newSource (Español) (Created page with "Crea una nueva fuente(Source) de un archivo. Las Sources creadas a partir de SoundData son siempre estáticas. == Function == === Synopsis === <source lang="lua"> source = love.a...")
- 02:17, 26 June 2011 (diff | hist) . . (+351) . . N Object (Español) (Created page with "The superclass of all LÖVE types. == Functions == {{#ask: Category:Functions (Español) parent::Object (Español) | headers=hide | ?Description }} == See Also == * [[par...")
- 02:14, 26 June 2011 (diff | hist) . . (0) . . Source (Español)
- 02:13, 26 June 2011 (diff | hist) . . (+754) . . N Source (Español) (Created page with "Un ''Source'' representa un sonido que usted puede reproducir. Usted puede hacer cosas interesantes con los ''Sources'', como ajustar el volumen, el tono, y el momento en que deb...")
- 02:02, 26 June 2011 (diff | hist) . . (+52) . . love.audio (Español)
- 01:53, 26 June 2011 (diff | hist) . . (+634) . . N love.audio (Español) (Created page with "Proporciona una interfaz para crear ruido en los altavoces del usuario. == Types == {{#ask: Category:Types parent::love.audio [[Since::<071]] | headers=hide | ?Descriptio...")
- 01:47, 26 June 2011 (diff | hist) . . (+6,168) . . N Guidelines (Español) (Created page with "Todos los usuarios registrados están autorizados para editar la sección Wiki, pero se le pide por favor, que siga las siguientes guías/reglas para mantener el formato de la Wi...")
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)